Home
last modified time | relevance | path

Searched refs:res_cstring (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPException.cpp29 const char *res_cstring = ldap_err2string(m_res_code); in LDAPException() local
30 if ( res_cstring ) { in LDAPException()
31 m_res_string = string(res_cstring); in LDAPException()