Lines Matching defs:stat2
337 int ret, stat = LDAP_SUCCESS, stat2, stat3;
521 TRYWRITELOCK(mindex, stat2, "w db_mindex::entriesFromLDAPreal");
522 if (stat2 == 0) {
528 if (stat != 0 || stat2 != 0 || stat3 != 0) {
538 } else if (stat2 != 0) {
539 if (stat2 == EBUSY)
546 myself, stat2, NIL(t->objName));
577 if (stat2 == 0) {
910 WRITEUNLOCKNR(mindex, stat2, "db_mindex::entriesFromLDAPreal wu");
917 if (stat2 != 0)
919 "%s: Error %d unlocking db_mindex", myself, stat2);