Searched defs:nsldapi_initialized (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c71 int nsldapi_initialized = 0; variable
303 if ( nsldapi_initialized ) {
308 * This has to be called before nsldapi_initialized is set to 1
309 * because nsldapi_initialized does not have mutex protection
320 nsldapi_initialized = 1;
461 if ( !nsldapi_initialized ) {

Completed in 60 milliseconds