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

/bind-9.6-ESV-R11/lib/dns/
H A Dname.c79 static unsigned char maptolower[] = { variable
466 c = maptolower[*s];
622 chdiff = (int)maptolower[*label1] -
623 (int)maptolower[*label2];
722 c = maptolower[*label1++];
723 if (c != maptolower[*label2++])
797 c1 = maptolower[*label1++];
798 c2 = maptolower[*label2++];
1164 c = maptolower[(int)c];
1188 c = maptolower[(in
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dhash.c106 static unsigned char maptolower[] = { variable
364 partial_sum += maptolower[key[i]] * (hash_accum_t)p[i];

Completed in 406 milliseconds