Searched refs:res_query (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/src/network/ |
D | res_query.c | 5 int res_query(const char *name, int class, int type, unsigned char *dest, int len) in res_query() function 26 weak_alias(res_query, res_search);
|
D | res_querydomain.c | 13 return res_query(tmp, class, type, dest, len); in res_querydomain()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | res_query.c | 33 int result = res_query(dname, class, type, buf, sizeof(buf)); in res_query_0100() 48 int result = res_query(dname, class, T_ANY + 1, buf, sizeof(buf)); in res_query_0200()
|
D | test_src_functionalext_supplement_network.gni | 18 "res_query",
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | resolv.h | 129 int res_query(const char *, int, int, unsigned char *, int);
|
/third_party/musl/include/ |
D | resolv.h | 129 int res_query(const char *, int, int, unsigned char *, int);
|
/third_party/musl/ndk_musl_include/ |
D | resolv.h | 128 int res_query(const char *, int, int, unsigned char *, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | resolv.h | 129 int res_query(const char *, int, int, unsigned char *, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | resolv.h | 129 int res_query(const char *, int, int, unsigned char *, int);
|
/third_party/ffmpeg/libavcodec/ |
D | amfenc.c | 598 AMF_RESULT res_query; in ff_amf_receive_packet() local 723 res_query = ctx->encoder->pVtbl->QueryOutput(ctx->encoder, &data); in ff_amf_receive_packet() 770 …} else if (ctx->delayed_surface != NULL || ctx->delayed_drain || (ctx->eof && res_query != AMF_EOF… in ff_amf_receive_packet() 776 if (res_query == AMF_EOF) { in ff_amf_receive_packet()
|
/third_party/musl/ |
D | libc.map.txt | 1500 res_query;
|
D | WHATSNEW | 2224 - res_send and res_query returned wrong value on errors from nameserver 2261 - res_query now reports errors via h_errno
|
D | musl_src.gni | 912 "src/network/res_query.c",
|