Searched defs:c1 (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/isccfg/tests/
H A Dparser_test.c98 cfg_obj_t *c1 = NULL, *c2 = NULL; local
112 &cfg_type_namedconf, &c1);
128 cfg_obj_destroy(p1, &c1);
/bind-9.11.3/lib/isc/tests/
H A Dsocket_test.c125 waitfor2(completion_t *c1, completion_t *c2) { argument
128 while (!(c1->done && c2->done) && i++ < 5000) {
131 if (c1->done && c2->done)
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Ducs4.c426 unsigned long c1, c2; local
429 c1 = ASCII_TOLOWER(*str1);
431 if (c1 > c2)
433 else if (c1 < c2)
439 c1 = ASCII_TOLOWER(*str1);
441 if (c1 > c2)
443 else if (c1 < c2)
H A Dunicode.c249 idn__unicode_compose(idn__unicode_version_t version, unsigned long c1, argument
257 if (c1 > UCS_MAX || c2 > UCS_MAX)
263 if (LBase <= c1 && c1 < LBase + LCount &&
269 ((c1 - LBase) * VCount + (c2 - VBase)) * TCount;
271 } else if (SBase <= c1 && c1 < SLast &&
273 (c1 - SBase) % TCount == 0) {
277 *compp = c1 + (c2 - TBase);
284 * the number of composition that begins with 'c1', an
[all...]
/bind-9.11.3/lib/dns/
H A Dname.c798 unsigned char c1, c2; local
832 c1 = maptolower[*label1++];
834 if (c1 < c2)
836 else if (c1 > c2)

Completed in 20 milliseconds