Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldaputf8.c34 ldap_utf8len (const char* s) in ldap_utf8len() function
240 int len = ldap_utf8len(s); in ldap_utf8isspace()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h506 LDAP_API(int) LDAP_CALL ldap_utf8len( const char* );
531 #define LDAP_UTF8LEN(s) ((0x80 & *(unsigned char*)(s)) ? ldap_utf8len (s) : 1)