Home | History | Annotate | Download | only in resolv

Lines Matching defs:end1

870     const uint8_t*  end1 = pack1->end;
877 if (p1 >= end1 || p2 >= end2) {
895 if ((p1+c1 > end1) || (p2+c1 > end2)) {