Lines Matching defs:stat2
339 int ret, stat = LDAP_SUCCESS, stat2, stat3;
523 TRYWRITELOCK(mindex, stat2, "w db_mindex::entriesFromLDAPreal");
524 if (stat2 == 0) {
530 if (stat != 0 || stat2 != 0 || stat3 != 0) {
540 } else if (stat2 != 0) {
541 if (stat2 == EBUSY)
548 myself, stat2, NIL(t->objName));
579 if (stat2 == 0) {
912 WRITEUNLOCKNR(mindex, stat2, "db_mindex::entriesFromLDAPreal wu");
919 if (stat2 != 0)
921 "%s: Error %d unlocking db_mindex", myself, stat2);