Searched refs:m_res_code (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPException.cpp19 m_res_code=res_code;
28 ldap_get_option(l,LDAP_OPT_RESULT_CODE,&m_res_code);
29 const char *res_cstring = ldap_err2string(m_res_code);
55 return m_res_code;
75 s << "Error " << e.m_res_code << ": " << e.m_res_string;
H A DLDAPException.h75 int m_res_code; member in class:LDAPException

Completed in 113 milliseconds