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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c704 int ldapErrno = 0, state, callnumber; local
794 if (ldapErrno == 0) {
808 ldapErrno = -1;
817 ldapErrno = setadmin(ptr);
819 ldapErrno = -1;
841 ldapErrno = getldap_set_cacheData(ptr);
844 ldapErrno = -1;
865 ldapErrno = CHG_EXCEED_MAX_THREADS;
873 ldapErrno = chg_get_statusChange(
877 ldapErrno
[all...]

Completed in 87 milliseconds