Searched refs:ldap_utf8getcc (Results 1 – 2 of 2) sorted by relevance
518 LDAP_API(unsigned long) LDAP_CALL ldap_utf8getcc( const char** src );541 #define LDAP_UTF8GETCC(s) ((0x80 & *(unsigned char*)(s)) ? ldap_utf8getcc (&s) : *s++)542 #define LDAP_UTF8GETC(s) ((0x80 & *(unsigned char*)(s)) ? ldap_utf8getcc ((const char**)&s) : *s++)
112 ldap_utf8getcc( const char** src ) in ldap_utf8getcc() function