Lines Matching full:called
20 In receive callback mode, the strparser is called from the data_ready
34 callbacks include a parse_msg function that is called to perform
36 that is called when a full message has been completed.
46 Called to initialize a stream parser. strp is a struct of type
50 are called by the stream parser (the callbacks are listed below).
69 strp_stop is called to completely stop stream parser operations.
70 This is called internally when the stream parser encounters an
71 error, and it is called from the upper layer to stop parsing
78 strp_done is called to release any resources held by the stream
79 parser instance. This must be called after the stream processor
88 strp_process is called in general mode for a stream parser to
99 the lower socket for strparser to process. This should be called
108 strp_check_rcv is called to check for new messages on the socket.
109 This is normally called at initialization of a stream parser
121 parse_msg is called to determine the length of the next message
154 The lock callback is called to lock the strp structure when
164 The unlock callback is called to release the lock obtained
173 rcv_msg is called when a full message has been received and
189 read_sock_done is called when the stream parser is done reading
199 This function is called when stream parser encounters an error