Searched defs:func (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/pthreads/ |
H A D | thread.c | 32 isc_thread_create(isc_threadfunc_t func, isc_threadarg_t arg, argument 60 ret = pthread_create(thread, &attr, func, arg);
|
/bind-9.6-ESV-R11/bin/tests/net/ |
H A D | driver.h | 44 test_func_t func; member in struct:__anon27
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | radix.c | 46 _clear_radix(isc_radix_tree_t *radix, isc_radix_destroyfunc_t func); 161 * if func is supplied, it will be called as func(node->data) 166 _clear_radix(isc_radix_tree_t *radix, isc_radix_destroyfunc_t func) { argument 182 if (func != NULL && (Xrn->data[0] != NULL || 184 func(Xrn->data); 212 isc_radix_destroy(isc_radix_tree_t *radix, isc_radix_destroyfunc_t func) argument 215 _clear_radix(radix, func); 221 * func will be called as func(nod 224 isc_radix_process(isc_radix_tree_t *radix, isc_radix_processfunc_t func) argument [all...] |
H A D | httpd.c | 1003 isc_httpdaction_t *func, void *arg) 1008 httpdmgr->render_404 = func; 1022 item->action = func; 1002 isc_httpdmgr_addurl(isc_httpdmgr_t *httpdmgr, const char *url, isc_httpdaction_t *func, void *arg) argument
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dst_internal.h | 118 dst_func_t * func; /*%< crypto package specific functions */ member in struct:dst_key
|
Completed in 16 milliseconds