Searched refs:isc_once_t (Results 1 - 25 of 41) sorted by relevance

12

/bind-9.11.3/lib/isc/win32/include/isc/
H A Donce.h22 } isc_once_t; typedef in typeref:struct:__anon299
30 isc_once_do(isc_once_t *controller, void(*function)(void));
/bind-9.11.3/lib/isc/nothreads/include/isc/
H A Donce.h16 typedef isc_boolean_t isc_once_t; typedef
/bind-9.11.3/lib/isc/pthreads/include/isc/
H A Donce.h21 typedef pthread_once_t isc_once_t; typedef
/bind-9.11.3/lib/isccc/
H A Dlib.c48 static isc_once_t msgcat_once = ISC_ONCE_INIT;
H A Dresult.c55 static isc_once_t once = ISC_ONCE_INIT;
/bind-9.11.3/lib/dns/
H A Ddst_lib.c37 static isc_once_t msgcat_once = ISC_ONCE_INIT;
H A Ddst_result.c76 static isc_once_t once = ISC_ONCE_INIT;
H A Dlib.c44 static isc_once_t msgcat_once = ISC_ONCE_INIT;
67 static isc_once_t init_once = ISC_ONCE_INIT;
H A Dresult.c337 static isc_once_t once = ISC_ONCE_INIT;
H A Ddlz.c78 static isc_once_t once = ISC_ONCE_INIT;
/bind-9.11.3/lib/isc/win32/
H A Donce.c22 isc_once_do(isc_once_t *controller, void(*function)(void)) {
H A Dnet.c45 static isc_once_t once = ISC_ONCE_INIT;
46 static isc_once_t once_ipv6only = ISC_ONCE_INIT;
47 static isc_once_t once_ipv6pktinfo = ISC_ONCE_INIT;
H A Dstrerror.c55 static isc_once_t once = ISC_ONCE_INIT;
/bind-9.11.3/lib/isc/
H A Dlib.c40 static isc_once_t msgcat_once = ISC_ONCE_INIT;
78 static isc_once_t register_once = ISC_ONCE_INIT;
H A Dpk11_result.c20 static isc_once_t msgcat_once = ISC_ONCE_INIT;
40 static isc_once_t once = ISC_ONCE_INIT;
H A Dapp_api.c22 static isc_once_t once = ISC_ONCE_INIT;
H A Dresult.c171 static isc_once_t once = ISC_ONCE_INIT;
H A Dhash.c92 static isc_once_t once = ISC_ONCE_INIT;
399 static isc_once_t fnv_once = ISC_ONCE_INIT;
H A Drandom.c77 static isc_once_t once = ISC_ONCE_INIT;
H A Dsocket_api.c21 static isc_once_t once = ISC_ONCE_INIT;
/bind-9.11.3/lib/isc/unix/
H A Dstrerror.c42 static isc_once_t once = ISC_ONCE_INIT;
H A Dnet.c103 static isc_once_t once_ipv6only = ISC_ONCE_INIT;
106 static isc_once_t once_ipv6pktinfo = ISC_ONCE_INIT;
119 static isc_once_t once = ISC_ONCE_INIT;
120 static isc_once_t once_dscp = ISC_ONCE_INIT;
/bind-9.11.3/lib/isc/pthreads/
H A Dmutex.c224 static isc_once_t once_errcheck = ISC_ONCE_INIT;
261 static isc_once_t once_attr = ISC_ONCE_INIT;
/bind-9.11.3/lib/irs/
H A Dcontext.c50 static isc_once_t once = ISC_ONCE_INIT;
/bind-9.11.3/lib/dns/rdata/in_1/
H A Dwks_11.c63 static isc_once_t once = ISC_ONCE_INIT;

Completed in 24 milliseconds

12