Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPUrl.cpp487 const code2string_s LDAPUrlException::code2string[] = { member in LDAPUrlException
511 for ( int i = 0; code2string[i].string != 0; i++ ) { in getErrorMessage()
512 if ( code2string[i].code == m_code ) { in getErrorMessage()
513 return std::string(code2string[i].string); in getErrorMessage()
H A DLDAPUrl.h203 static const code2string_s code2string[]; variable