Searched defs:state_key (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dgeoip.c79 static isc_thread_key_t state_key; variable
96 isc_thread_key_setspecific(state_key, NULL);
119 ret = isc_thread_key_create(&state_key, free_state);
170 state = (geoip_state_t *) isc_thread_key_getspecific(state_key);
178 result = isc_thread_key_setspecific(state_key, state);
222 state = (geoip_state_t *) isc_thread_key_getspecific(state_key);

Completed in 16 milliseconds