Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dldaputf8.c107 for (n = 0; *s; LDAP_UTF8INC(s)) ++n; in ldap_utf8characters()
H A Dgetdn.c129 LDAP_UTF8INC(r); in ldap_dn2ufn()
/titanic_50/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h535 #define LDAP_UTF8INC(s) ((0x80 & *(unsigned char*)(s)) ? s=ldap_utf8next(s) : ++s) macro