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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPResult.cpp57 LDAPResult::LDAPResult(int type, int resultCode, const std::string &msg) : argument
58 LDAPMsg(type,0), m_resCode(resultCode), m_errMsg(msg)
H A DLDAPResult.h109 LDAPResult(int type, int resultCode, const std::string &msg);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c308 int resultCode; local
336 resultCode = ldap_result (ldap, msgid, all, timeout_p, &resultMessage);
337 if (resultCode != LDAP_RES_SEARCH_RESULT &&
338 resultCode != LDAP_RES_SEARCH_ENTRY)
374 if (resultCode == LDAP_RES_SEARCH_RESULT || all)
383 if (resultCode == LDAP_RES_SEARCH_ENTRY)
387 if (resultCode == -1) {

Completed in 106 milliseconds