Home | History | Annotate | Download | only in resolv

Lines Matching refs:end1

864     const uint8_t*  end1 = pack1->end;
871 if (p1 >= end1 || p2 >= end2) {
889 if ((p1+c1 > end1) || (p2+c1 > end2)) {