Lines Matching refs:msgbuf
150 read_msg(parser_ctx_t *ctx, uchar_t *msgbuf, size_t msglen) in read_msg() argument
164 if (msgbuf == NULL) { in read_msg()
171 msgbuf, msglen); in read_msg()
211 uchar_t *msgbuf = NULL; in parser_read() local
232 msgbuf = calloc(msglen, 1); in parser_read()
233 if (msgbuf == NULL) { in parser_read()
239 ret = read_msg(ctx, msgbuf, msglen); in parser_read()
245 free(msgbuf); in parser_read()
246 msgbuf = NULL; in parser_read()
264 free(msgbuf); in parser_read()
266 msgbuf = mdbuf = NULL; in parser_read()
278 res->pe_msg = msgbuf; in parser_read()
286 free(msgbuf); in parser_read()