Searched refs:cb_pair (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/unbound/dynlibmod/
H A Ddynlibmod.c217 struct cb_pair* cb_pair = (struct cb_pair*) callback; local
218 return ((inplace_cb_reply_func_type*) cb_pair->cb)(qinfo, qstate, rep, rcode, edns, opt_list_out, repinfo, region, start_time, id, cb_pair->cb_arg);
225 struct cb_pair* cb_pair = (struct cb_pair*) callback; local
226 return ((inplace_cb_query_func_type*) cb_pair->cb)(qinfo, flags, qstate, addr, addrlen, zone, zonelen, region, id, cb_pair
231 struct cb_pair* cb_pair = (struct cb_pair*) cb_args; local
237 struct cb_pair* cb_pair = (struct cb_pair*) cb_args; local
244 struct cb_pair* cb_pair = malloc(sizeof(struct cb_pair)); local
[all...]
H A Ddynlibmod.h95 struct cb_pair { struct

Completed in 106 milliseconds