Home
last modified time | relevance | path

Searched refs:inplace_cb (Results 1 – 5 of 5) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/util/
H A Dmodule.c130 struct inplace_cb* callback; in inplace_cb_register()
131 struct inplace_cb** prevp; in inplace_cb_register()
138 callback = (struct inplace_cb*)calloc(1, sizeof(*callback)); in inplace_cb_register()
148 prevp = (struct inplace_cb**) &env->inplace_cb_lists[type]; in inplace_cb_register()
160 struct inplace_cb* temp = env->inplace_cb_lists[type]; in inplace_cb_delete()
161 struct inplace_cb* prev = NULL; in inplace_cb_delete()
H A Dmodule.h227 struct inplace_cb { struct
229 struct inplace_cb* next; argument
515 struct inplace_cb* inplace_cb_lists[inplace_cb_types_total];
/dports/dns/unbound/unbound-1.14.0/dynlibmod/
H A Ddynlibmod.c268 struct inplace_cb* temp = env->inplace_cb_lists[type]; in inplace_cb_delete_wrapped()
269 struct inplace_cb* prev = NULL; in inplace_cb_delete_wrapped()
/dports/dns/unbound/unbound-1.14.0/util/data/
H A Dmsgreply.c1053 struct inplace_cb* callback_list, enum inplace_cb_list_type type, in inplace_cb_reply_call_generic()
1059 struct inplace_cb* cb; in inplace_cb_reply_call_generic()
1128 struct inplace_cb* cb = env->inplace_cb_lists[inplace_cb_query]; in inplace_cb_query_call()
1142 struct inplace_cb* cb = in inplace_cb_edns_back_parsed_call()
1155 struct inplace_cb* cb = in inplace_cb_query_response_call()
H A Dmsgreply.h53 struct inplace_cb;