Searched defs:func (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/dns/include/dns/ |
H A D | update.h | 26 void (*func)(void *arg, dns_zone_t *zone, int level, member in struct:__anon151
|
/bind-9.11.3/lib/isc/pthreads/ |
H A D | thread.c | 27 isc_thread_create(isc_threadfunc_t func, isc_threadarg_t arg, argument 55 ret = pthread_create(thread, &attr, func, arg);
|
/bind-9.11.3/bin/tests/net/ |
H A D | driver.h | 35 test_func_t func; member in struct:__anon38
|
/bind-9.11.3/lib/isc/ |
H A D | radix.c | 38 _clear_radix(isc_radix_tree_t *radix, isc_radix_destroyfunc_t func); 158 * if func is supplied, it will be called as func(node->data) 163 _clear_radix(isc_radix_tree_t *radix, isc_radix_destroyfunc_t func) { argument 178 if (func != NULL) 179 func(Xrn->data); 209 isc_radix_destroy(isc_radix_tree_t *radix, isc_radix_destroyfunc_t func) { argument 211 _clear_radix(radix, func); 217 * func will be called as func(nod 220 isc_radix_process(isc_radix_tree_t *radix, isc_radix_processfunc_t func) argument [all...] |
H A D | httpd.c | 1227 isc_httpdaction_t *func, void *arg) 1229 return (isc_httpdmgr_addurl2(httpdmgr, url, ISC_FALSE, func, arg)); 1235 isc_httpdaction_t *func, void *arg) 1240 httpdmgr->render_404 = func; 1254 item->action = func; 1226 isc_httpdmgr_addurl(isc_httpdmgr_t *httpdmgr, const char *url, isc_httpdaction_t *func, void *arg) argument 1233 isc_httpdmgr_addurl2(isc_httpdmgr_t *httpdmgr, const char *url, isc_boolean_t isstatic, isc_httpdaction_t *func, void *arg) argument
|
/bind-9.11.3/lib/isc/tests/ |
H A D | random_test.c | 241 random_test(pvalue_func_t *func) { argument 278 p_value = (*func)(mctx, values, 128000);
|
/bind-9.11.3/lib/dns/ |
H A D | dst_internal.h | 149 dst_func_t * func; /*%< crypto package specific functions */ member in struct:dst_key
|
Completed in 18 milliseconds