Searched refs:eom1 (Results 1 – 1 of 1) sorted by relevance
345 int res_queriesmatch(const u_char* buf1, const u_char* eom1, const u_char* buf2, in res_queriesmatch() argument350 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2) return (-1); in res_queriesmatch()363 int n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch()366 if (cp + 2 * INT16SZ > eom1) return (-1); in res_queriesmatch()