Home
last modified time | relevance | path

Searched refs:parse_create_msg (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod_utils.c150 if(!parse_create_msg(pkt, prs, NULL, &(qstate->return_msg)->qinfo, in createResponse()
/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgreply.h307 int parse_create_msg(struct sldns_buffer* pkt, struct msg_parse* msg,
H A Dmsgreply.c484 parse_create_msg(sldns_buffer* pkt, struct msg_parse* msg, in parse_create_msg() function
529 if(!parse_create_msg(pkt, msg, alloc, qinf, rep, NULL)) { in reply_info_parse()
1016 if(!parse_create_msg(pkt, msg, NULL, qi, &rep, region)) { in parse_reply_in_temp_region()
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diter_utils.c669 if(!parse_create_msg(pkt, msg, NULL, &m->qinfo, &m->rep, region)) { in dns_alloc_msg()