Searched refs:eom1 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Dres_send.c456 * res_queriesmatch(buf1, eom1, buf2, eom2)
458 * in (buf1,eom1) and (buf2,eom2)?
467 res_queriesmatch(const u_char *buf1, const u_char *eom1, const u_char *buf2, const u_char *eom2) argument
472 if (buf1 + NS_HFIXEDSZ > eom1 || buf2 + NS_HFIXEDSZ > eom2)
490 n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
494 if (cp + 2 * NS_INT16SZ > eom1) return (-1);

Completed in 132 milliseconds