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