Home
last modified time | relevance | path

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

/glibc-2.36/resolv/
Dres_queriesmatch.c89 __libc_res_queriesmatch (const unsigned char *buf1, const unsigned char *eom1, in __libc_res_queriesmatch() argument
92 if (eom1 - buf1 < HFIXEDSZ || eom2 - buf2 < HFIXEDSZ) in __libc_res_queriesmatch()
116 n = __libc_dn_expand (buf1, eom1, cp, tname, sizeof tname); in __libc_res_queriesmatch()
120 if (eom1 - cp < 4) in __libc_res_queriesmatch()
Dresolv-deprecated.c52 res_queriesmatch (const unsigned char *buf1, const unsigned char *eom1, in res_queriesmatch() argument
55 return __libc_res_queriesmatch (buf1, eom1, buf2, eom2); in res_queriesmatch()