Searched refs:isc_once_t (Results 1 – 11 of 11) sorted by relevance
31 } isc_once_t; typedef39 isc_once_do(isc_once_t *controller, void(*function)(void));
48 static isc_once_t msgcat_once = ISC_ONCE_INIT;87 static isc_once_t register_once = ISC_ONCE_INIT;
39 static isc_once_t once = ISC_ONCE_INIT;
111 static isc_once_t once = ISC_ONCE_INIT;
59 static isc_once_t once = ISC_ONCE_INIT;60 static isc_once_t once_ipv6only = ISC_ONCE_INIT;61 static isc_once_t once_ipv6pktinfo = ISC_ONCE_INIT;
31 isc_once_do(isc_once_t *controller, void(*function)(void)) { in isc_once_do()
66 static isc_once_t once = ISC_ONCE_INIT; in isc__strerror()
106 static isc_once_t once_ipv6only = ISC_ONCE_INIT;111 static isc_once_t once_ipv6pktinfo = ISC_ONCE_INIT;115 static isc_once_t once = ISC_ONCE_INIT;
53 static isc_once_t once = ISC_ONCE_INIT; in isc__strerror()
25 typedef isc_boolean_t isc_once_t; typedef
30 typedef pthread_once_t isc_once_t; typedef