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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c73 static pthread_key_t nsldapi_key; variable
212 le = pthread_getspecific( nsldapi_key );
216 pthread_setspecific( nsldapi_key, tsd );
219 le = pthread_getspecific( nsldapi_key );
244 le = pthread_getspecific( nsldapi_key );
313 if ( pthread_key_create(&nsldapi_key, free ) != 0) {

Completed in 24 milliseconds