Home
last modified time | relevance | path

Searched refs:__libc_res_queriesmatch (Results 1 – 6 of 6) 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() function
129 libc_hidden_def (__libc_res_queriesmatch)
Dresolv-deprecated.c55 return __libc_res_queriesmatch (buf1, eom1, buf2, eom2); in res_queriesmatch()
DVersions105 __libc_res_queriesmatch;
Dres_send.c1204 && __libc_res_queriesmatch (buf, buf + buflen, in send_dg()
1210 && __libc_res_queriesmatch (buf2, buf2 + buflen2, in send_dg()
/glibc-2.36/include/
Dresolv.h70 extern __typeof (__res_queriesmatch) __libc_res_queriesmatch;
71 libc_hidden_proto (__libc_res_queriesmatch)
/glibc-2.36/ChangeLog.old/
DChangeLog.232192 [_RESOLV_H_ && ! _ISOMAC](__libc_res_queriesmatch): New.