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

  /src/external/mpl/bind/dist/tests/isc/
ascii_test.c 148 uint64_t ab1 = isc__ascii_tolower1(a) << 8 |
149 isc__ascii_tolower1(b);
153 assert_int_equal(tolower(a), isc__ascii_tolower1(a));
156 assert_int_equal(tolower(b), isc__ascii_tolower1(b));
  /src/external/mpl/bind/dist/lib/isc/include/isc/
ascii.h 41 isc__ascii_tolower1(uint8_t c) { function
51 *dst++ = isc__ascii_tolower1(*src++);
siphash.h 80 (uint32_t)(case_sensitive ? byte : isc__ascii_tolower1(byte))
83 (uint64_t)(case_sensitive ? byte : isc__ascii_tolower1(byte))
  /src/external/mpl/bind/dist/lib/dns/
compress.c 110 hash = hash * 33 + isc__ascii_tolower1(*ptr++);

Completed in 18 milliseconds