Searched refs:ns_mtckey (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c119 * TSD keys ns_mtckey and ns_cmgkey are for sharing ldap connections
123 * saved in ns_mtckey and ns_cmgkey.
125 thread_key_t ns_mtckey = THR_ONCE_KEY; variable
128 /* Per thread LDAP error resides in thread-specific data (ns_mtckey) */
161 rc = thr_getspecific(ns_mtckey, &tsd);
164 (void) thr_setspecific(ns_mtckey, NULL);
209 /* return success if the ns_mtckey TSD is already set */
210 rc = thr_getspecific(ns_mtckey, &tsd);
214 /* allocate and set the ns_mtckey TSD */
218 rc = thr_setspecific(ns_mtckey, ts
[all...]

Completed in 110 milliseconds