Lines Matching refs:stat
68 int scope, i, stat, nrv = 0, freeBase = 0;
108 &stat, 0);
109 if (stat != 0) {
149 rv = ldapSearch(ls, &nrv, 0, &stat);
158 if (np_ldap_stat != NULL && stat == LDAP_NO_SUCH_OBJECT)
163 (stat == LDAP_NO_SUCH_OBJECT)?LOG_DEBUG:LOG_ERR,
165 myself, attrName, stat, ldap_err2string(stat),
237 int stat, i, ix, six, nix;
282 ls.base = appendBase(ls.base, defBase, &stat, 0);
283 if (stat != 0)
319 rvDN = ldapSearch(&ls, &nv, 0, &stat);
323 return (stat);
416 stat = ldapModify(dn[i], rv, item->searchSpec.triple.attrs, 0);
417 if (stat != LDAP_SUCCESS)
425 return (stat);