Searched refs:LDAP_HEXLOWER (Results 1 – 2 of 2) sorted by relevance
263 #define LDAP_HEXLOWER(c) ((c) >= 'a' && (c) <= 'f') macro266 … LDAP_HEXLOWER(c) || LDAP_HEXUPPER(c))
422 #define LDAP_DN_ASCII_LCASE_HEXALPHA(c) LDAP_HEXLOWER(c)