Searched refs:cb_pair (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/unbound/dynlibmod/ |
| HD | dynlibmod.c | 217 struct cb_pair* cb_pair = (struct cb_pair*) callback; in dynlib_inplace_cb_reply_generic() local 218 …lace_cb_reply_func_type*) cb_pair->cb)(qinfo, qstate, rep, rcode, edns, opt_list_out, repinfo, reg… in dynlib_inplace_cb_reply_generic() 225 struct cb_pair* cb_pair = (struct cb_pair*) callback; in dynlib_inplace_cb_query_generic() local 226 …rn ((inplace_cb_query_func_type*) cb_pair->cb)(qinfo, flags, qstate, addr, addrlen, zone, zonelen,… in dynlib_inplace_cb_query_generic() 231 struct cb_pair* cb_pair = (struct cb_pair*) cb_args; in dynlib_inplace_cb_edns_back_parsed() local 232 return ((inplace_cb_edns_back_parsed_func_type*) cb_pair->cb)(qstate, id, cb_pair->cb_arg); in dynlib_inplace_cb_edns_back_parsed() 237 struct cb_pair* cb_pair = (struct cb_pair*) cb_args; in dynlib_inplace_cb_query_response() local 238 …return ((inplace_cb_query_response_func_type*) cb_pair->cb)(qstate, response, id, cb_pair->cb_arg); in dynlib_inplace_cb_query_response() 244 struct cb_pair* cb_pair = malloc(sizeof(struct cb_pair)); in inplace_cb_register_wrapped() local 245 if(cb_pair == NULL) { in inplace_cb_register_wrapped() [all …]
|
| HD | dynlibmod.h | 95 struct cb_pair { struct
|