Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dldaputf8.c217 ldap_utf8isxdigit( char* s ) in ldap_utf8isxdigit() function
H A Dgetfilter.c379 slen = (ldap_utf8isxdigit( v+1 ) && in filter_add_value()
380 ldap_utf8isxdigit( v+2 )) ? 3 : (v[1] ? 2 : 1); in filter_add_value()
/titanic_44/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h529 LDAP_API(int) LDAP_CALL ldap_utf8isxdigit(char* s );