Searched refs:dn_comp (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | dn_comp.c | 28 int result = dn_comp(name, buf, 1024, NULL, NULL); in dn_comp_0100() 41 int result = dn_comp(name, buf, 1024, NULL, NULL); in dn_comp_0200() 57 int result = dn_comp(name, buf, 1024, NULL, NULL); in dn_comp_0300() 70 int result = dn_comp(name, buf, 0, NULL, NULL); in dn_comp_0400() 83 int result = dn_comp(name, buf, -1, NULL, NULL); in dn_comp_0500() 96 int result = dn_comp(name, buf, 1, NULL, NULL); in dn_comp_0600()
|
D | test_src_functionalext_supplement_network.gni | 45 "dn_comp",
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | resolv.h | 134 int dn_comp(const char *, unsigned char *, int, unsigned char **, unsigned char **);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | resolv.h | 134 int dn_comp(const char *, unsigned char *, int, unsigned char **, unsigned char **);
|
/third_party/musl/include/ |
D | resolv.h | 134 int dn_comp(const char *, unsigned char *, int, unsigned char **, unsigned char **);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | resolv.h | 134 int dn_comp(const char *, unsigned char *, int, unsigned char **, unsigned char **);
|
/third_party/musl/src/network/ |
D | dn_comp.c | 57 int dn_comp(const char *src, unsigned char *dst, int space, unsigned char **dnptrs, unsigned char *… in dn_comp() function
|
/third_party/musl/ |
D | libc.map.txt | 551 dn_comp;
|
D | musl_src.gni | 895 "src/network/dn_comp.c",
|
D | WHATSNEW | 1253 - res_send, res_mkquery, res_querydomain, and dn_comp functions
|