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

/opensolaris-onvv-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h518 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++)
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldaputf8.c112 ldap_utf8getcc( const char** src ) function

Completed in 114 milliseconds