Home
last modified time | relevance | path

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

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