Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dfilter.c210 if( LDAP_HEX( s[1] ) && LDAP_HEX( s[2] ) ) { in ldap_pvt_find_wildcard()
H A Dutf-8.c406 return LDAP_HEX(c); in ldap_utf8_isxdigit()
H A Dgetdn.c424 #define LDAP_DN_ASCII_HEXDIGIT(c) LDAP_HEX(c)
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_pvt.h265 #define LDAP_HEX(c) (LDAP_DIGIT(c) || \ macro