Searched refs:ns_initparse (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/include/arpa/ |
D | nameser.h | 527 #define ns_initparse __ns_initparse macro 571 int ns_initparse(const u_char* __msg, int __msg_size, ns_msg* __handle); 599 int ns_initparse(const u_char* __msg, int __msg_size, ns_msg* __handle) __INTRODUCED_IN_64(22);
|
/bionic/libc/dns/nameser/ |
D | ns_parse.c | 107 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse() function
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 284 if (ns_initparse(msg, len, &handle) < 0) { in res_pquery()
|
D | res_cache.c | 1132 if (ns_initparse(answer, answerlen, &handle) >= 0) { in answer_getTTL()
|
/bionic/docs/ |
D | status.md | 170 …rious <resolv.h> functions: `ns_format_ttl`, `ns_get16`, `ns_get32`, `ns_initparse`, `ns_makecanon…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 686 ns_initparse; # arm64 x86_64 introduced=22
|
/bionic/libc/ |
D | libc.map.txt | 686 ns_initparse; # arm64 x86_64 introduced=22
|