HomeSort by: relevance | last modified time | path
    Searched refs:ldap_utf8_lentab (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/include/
ldap_pvt_uc.h 88 LDAP_V (const char) ldap_utf8_lentab[128];
93 ? 1 : ldap_utf8_lentab[*(const unsigned char *)(p) ^ 0x80] )
  /src/external/bsd/openldap/dist/libraries/libldap/
utf-8.c 83 const char ldap_utf8_lentab[] = { variable
98 return ldap_utf8_lentab[*(const unsigned char *)p ^ 0x80];
120 * in the ldap_utf8_lentab[] above.

Completed in 18 milliseconds