Searched refs:switchConfigKey (Results 1 – 1 of 1) sorted by relevance
114 static thread_key_t switchConfigKey; variable156 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()