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

  /src/external/mpl/bind/dist/tests/isc/
ascii_test.c 101 isc_ascii_tolower(a[i]) == (uint8_t)a[i]);
103 isc_ascii_tolower(b[i]) == (uint8_t)b[i]);
106 assert_true(isc_ascii_tolower(a[i]) ==
107 isc_ascii_tolower(b[i]));
147 uint64_t abi = isc_ascii_tolower(a) << 8 | isc_ascii_tolower(b);
152 assert_int_equal(tolower(a), isc_ascii_tolower(a));
155 assert_int_equal(tolower(b), isc_ascii_tolower(b));
  /src/external/mpl/bind/dist/lib/isc/include/isc/
ascii.h 33 #define isc_ascii_tolower(c) isc__ascii_tolower[(uint8_t)(c)] macro
149 if (isc_ascii_tolower(*a++) != isc_ascii_tolower(*b++)) {
176 a8 = isc_ascii_tolower(*a++);
177 b8 = isc_ascii_tolower(*b++);
  /src/external/mpl/bind/dist/tests/bench/
ascii.c 88 c = isc_ascii_tolower(a[0]);
89 if (c != isc_ascii_tolower(b[0])) {
92 c = isc_ascii_tolower(a[1]);
93 if (c != isc_ascii_tolower(b[1])) {
96 c = isc_ascii_tolower(a[2]);
97 if (c != isc_ascii_tolower(b[2])) {
100 c = isc_ascii_tolower(a[3]);
101 if (c != isc_ascii_tolower(b[3])) {
109 c = isc_ascii_tolower(*a++);
110 if (c != isc_ascii_tolower(*b++))
    [all...]
  /src/external/mpl/bind/dist/fuzz/
old.c 171 c = isc_ascii_tolower(c);
  /src/external/mpl/bind/dist/lib/isccc/
symtab.c 157 h = (h << 4) + isc_ascii_tolower(*s);
  /src/external/mpl/bind/dist/lib/dns/
name.c 898 c = isc_ascii_tolower(c);
923 c = isc_ascii_tolower(c);
950 value = isc_ascii_tolower(value);
997 c = isc_ascii_tolower(c);
2209 if (ndata[0] != '_' || isc_ascii_tolower(ndata[1]) != 't' ||
2210 isc_ascii_tolower(ndata[2]) != 'a')
rcode.c 505 switch (isc_ascii_tolower(source->base[0])) {
rdata.c 1547 a = isc_ascii_tolower(source->base[0]);
1548 b = isc_ascii_tolower(source->base[n - 1]);
rdataslab.c 1487 : isc_ascii_tolower(nd[i]);
  /src/external/mpl/bind/dist/lib/isc/
symtab.c 128 h += (h << 3) + isc_ascii_tolower(*s);

Completed in 31 milliseconds