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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c75 static pthread_key_t nsldapi_key; variable
214 le = pthread_getspecific( nsldapi_key );
218 pthread_setspecific( nsldapi_key, tsd );
221 le = pthread_getspecific( nsldapi_key );
246 le = pthread_getspecific( nsldapi_key );
315 if ( pthread_key_create(&nsldapi_key, free ) != 0) {

Completed in 49 milliseconds