Home
last modified time | relevance | path

Searched refs:switchConfigKey (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c114 static thread_key_t switchConfigKey; variable
156 if (thr_keycreate(&switchConfigKey, switch_conf_disposer) != 0) { in createStandaloneKey()
338 (void) thr_getspecific(switchConfigKey, (void **) &hostService); in get_db()
344 (void) thr_setspecific(switchConfigKey, hostService); in get_db()