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

/macosx-10.10.1/libresolv-57/
H A Dresolv.h407 #define res_queriesmatch res_9_queriesmatch macro
456 int res_queriesmatch __P((const u_char *, const u_char *, const u_char *, const u_char *));
H A Dres_send.c456 * res_queriesmatch(buf1, eom1, buf2, eom2)
467 res_queriesmatch(const u_char *buf1, const u_char *eom1, const u_char *buf2, const u_char *eom2) function
1457 * carry query section, hence res_queriesmatch() returns 0.
1467 if (!(statp->options & RES_INSECURE2) && !res_queriesmatch(buf, buf + buflen, ans, ans + *anssiz))

Completed in 281 milliseconds