Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c116 static thread_key_t switchConfigKey; variable
158 if (thr_keycreate(&switchConfigKey, switch_conf_disposer) != 0) { in createStandaloneKey()
340 (void) thr_getspecific(switchConfigKey, (void **) &hostService); in get_db()
346 (void) thr_setspecific(switchConfigKey, hostService); in get_db()