Searched refs:eom2 (Results 1 – 2 of 2) sorted by relevance
90 const unsigned char *buf2, const unsigned char *eom2) in __libc_res_queriesmatch() argument92 if (eom1 - buf1 < HFIXEDSZ || eom2 - buf2 < HFIXEDSZ) in __libc_res_queriesmatch()124 if (!__libc_res_nameinquery (tname, ttype, tclass, buf2, eom2)) in __libc_res_queriesmatch()
53 const unsigned char *buf2, const unsigned char *eom2) in res_queriesmatch() argument55 return __libc_res_queriesmatch (buf1, eom1, buf2, eom2); in res_queriesmatch()
Completed in 9 milliseconds