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 Dgetdn.c224 plen = LDAP_UTF8LEN(p); in ldap_explode()
321 plen = LDAP_UTF8LEN(p); in ldap_explode()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h531 #define LDAP_UTF8LEN(s) ((0x80 & *(unsigned char*)(s)) ? ldap_utf8len (s) : 1) macro