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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c69 int nsldapi_initialized = 0; variable
301 if ( nsldapi_initialized ) {
306 * This has to be called before nsldapi_initialized is set to 1
307 * because nsldapi_initialized does not have mutex protection
318 nsldapi_initialized = 1;
463 if ( !nsldapi_initialized ) {

Completed in 16 milliseconds