Home | History | Annotate | Download | only in resolv

Lines Matching refs:c1

890         int  c1, c2;
896 c1 = *p1++;
898 if (c1 != c2)
901 if (c1 == 0) {
906 if (c1 >= 64) {
910 if ((p1+c1 > end1) || (p2+c1 > end2)) {
915 if (memcmp(p1, p2, c1) != 0)
917 p1 += c1;
918 p2 += c1;