/aosp_15_r20/bionic/libc/dns/resolv/ |
H A D | res_init.c | 159 res_ninit(res_state statp) { in res_ninit() 167 __res_vinit(res_state statp, int preinit) { in __res_vinit() 493 res_setoptions(res_state statp, const char *options, const char *source) in res_setoptions() 628 res_nclose(res_state statp) in res_nclose() 646 res_ndestroy(res_state statp) in res_ndestroy() 656 res_get_nibblesuffix(res_state statp) in res_get_nibblesuffix() 664 res_get_nibblesuffix2(res_state statp) in res_get_nibblesuffix2() 672 res_setservers(res_state statp, const union res_sockaddr_union *set, int cnt) in res_setservers() 724 res_getservers(res_state statp, union res_sockaddr_union *set, int cnt) in res_getservers() 771 void res_setnetcontext(res_state statp, const struct android_net_context *netcontext) in res_setnetcontext()
|
H A D | res_send.c | 223 res_ourserver_p(const res_state statp, const struct sockaddr *sa) { in res_ourserver_p() 351 res_nsend(res_state statp, in res_nsend() 704 get_nsaddr(res_state statp, size_t n) in get_nsaddr() 724 static struct timespec get_timeout(const res_state statp, const struct __res_params* params, const … in get_timeout() 753 send_vc(res_state statp, struct __res_params* params, in send_vc() 1069 send_dg(res_state statp, struct __res_params* params, in send_dg() 1292 Aerror(const res_state statp, FILE *file, const char *string, int error, in Aerror() 1314 Perror(const res_state statp, FILE *file, const char *string, int error) { in Perror()
|
H A D | res_query.c | 128 res_nquery(res_state statp, in res_nquery() 222 res_nsearch(res_state statp, in res_nsearch() 378 res_nquerydomain(res_state statp, in res_nquerydomain() 423 res_hostalias(const res_state statp, const char *name, char *dst, size_t siz) { in res_hostalias()
|
H A D | res_debug.h | 26 # define Aerror(statp, file, string, error, address) /*empty*/ argument 27 # define Perror(statp, file, string, error) /*empty*/ argument
|
H A D | res_mkquery.c | 116 res_nmkquery(res_state statp, in res_nmkquery() 231 res_nopt(res_state statp, in res_nopt()
|
H A D | res_debug.c | 155 fp_resstat(const res_state statp, FILE *file) { in fp_resstat() 167 do_section(const res_state statp, in do_section() 297 res_pquery(const res_state statp, const u_char *msg, int len, FILE *file) { in res_pquery()
|
H A D | res_cache.c | 2162 _resolv_populate_res_for_net(res_state statp) in _resolv_populate_res_for_net()
|
/aosp_15_r20/packages/modules/DnsResolver/ |
D | res_send.cpp | 314 static int res_ourserver_p(ResState* statp, const sockaddr* sa) { in res_ourserver_p() 439 int res_nsend(ResState* statp, span<const uint8_t> msg, span<uint8_t> ans, int* rcode, in res_nsend() 687 static struct timespec get_timeout(ResState* statp, const res_params* params, const int addrIndex) { in get_timeout() 708 static int send_vc(ResState* statp, res_params* params, span<const uint8_t> msg, span<uint8_t> ans, in send_vc() 980 static std::vector<pollfd> extractUdpFdset(ResState* statp, const short events = POLLIN) { in extractUdpFdset() 988 static Result<std::vector<int>> udpRetryingPoll(ResState* statp, const timespec* finish) { in udpRetryingPoll() 1014 static Result<std::vector<int>> udpRetryingPollWrapper(ResState* statp, int addrInfo, in udpRetryingPollWrapper() 1026 bool ignoreInvalidAnswer(ResState* statp, const sockaddr_storage& from, span<const uint8_t> msg, in ignoreInvalidAnswer() 1053 static int setupUdpSocket(ResState* statp, const sockaddr* sockap, unique_fd* fd_out, int* terrno) { in setupUdpSocket() 1085 static int send_dg(ResState* statp, res_params* params, span<const uint8_t> msg, span<uint8_t> ans, in send_dg() [all …]
|
D | res_query.cpp | 102 int res_nquery(ResState* statp, const char* name, // domain name in res_nquery() 201 int res_nsearch(ResState* statp, const char* name, /* domain name */ in res_nsearch() 318 int res_nquerydomain(ResState* statp, const char* name, const char* domain, int cl, in res_nquerydomain()
|
D | res_mkquery.cpp | 192 int res_nopt(ResState* statp, int n0, /* current offset in buffer */ in res_nopt()
|
D | DnsTlsDispatcher.cpp | 108 ResState* statp, const Slice query, in query()
|
D | res_cache.cpp | 1763 void resolv_populate_res_for_net(ResState* statp) { in resolv_populate_res_for_net()
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_linux.cc | 285 __res_state *statp = (__res_state*)state; in ExtractResolvFDs() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _bsddb.c | 6464 DB_LOG_STAT* statp = NULL; in DBEnv_log_stat() local 6852 DB_MUTEX_STAT* statp = NULL; in DBEnv_mutex_stat() local 7774 DB_REP_STAT *statp; in DBEnv_rep_stat() local 8052 DB_REPMGR_STAT *statp; in DBEnv_repmgr_stat() local
|
/aosp_15_r20/external/libfuse/lib/ |
H A D | fuse.c | 3461 static int fill_dir(void *dh_, const char *name, const struct stat *statp, in fill_dir() 3526 static int fill_dir_plus(void *dh_, const char *name, const struct stat *statp, in fill_dir_plus()
|
/aosp_15_r20/external/sg3_utils/src/ |
H A D | sg_ses.c | 2531 enc_status_helper(const char * pad, const uint8_t * statp, int etype, in enc_status_helper()
|