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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap_pvt_uc.h107 #define LDAP_UTF8_NEXT(p) ( LDAP_UTF8_ISASCII(p) \ macro
110 #define LDAP_UTF8_INCR(p) ((p) = LDAP_UTF8_NEXT(p))
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dutf-8.c72 return LDAP_UTF8_NEXT(p) - p;
555 char *next = LDAP_UTF8_NEXT( end );

Completed in 120 milliseconds