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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapdelete.c346 int rc = LDAP_SUCCESS, srch_rc; local
381 srch_rc = ldap_search_ext_s( ld, base, LDAP_SCOPE_ONELEVEL, NULL, attrs, 1,
383 switch ( srch_rc ) {
388 tool_perror( "ldap_search", srch_rc, NULL, NULL, NULL, NULL );
389 return( srch_rc );
438 if ( srch_rc == LDAP_SIZELIMIT_EXCEEDED ) {

Completed in 170 milliseconds