Searched refs:LDAP_UTF8INC (Results 1 – 3 of 3) sorted by relevance
107 for (n = 0; *s; LDAP_UTF8INC(s)) ++n; in ldap_utf8characters()
129 LDAP_UTF8INC(r); in ldap_dn2ufn()
535 #define LDAP_UTF8INC(s) ((0x80 & *(unsigned char*)(s)) ? s=ldap_utf8next(s) : ++s) macro