Home | History | Annotate | Download | only in resolv

Lines Matching refs:end2

859     const uint8_t*  end2 = pack2->end;
864 if (p1 >= end1 || p2 >= end2) {
882 if ((p1+c1 > end1) || (p2+c1 > end2)) {