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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dldaputf8.c36 ldap_utf8len (const char* s) function
232 int len = ldap_utf8len(s);
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h508 LDAP_API(int) LDAP_CALL ldap_utf8len( const char* );
533 #define LDAP_UTF8LEN(s) ((0x80 & *(unsigned char*)(s)) ? ldap_utf8len (s) : 1)

Completed in 17 milliseconds