Home
last modified time | relevance | path

Searched defs:statp (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/bionic/libc/dns/resolv/
H A Dres_init.c159 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 Dres_send.c223 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 Dres_query.c128 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 Dres_debug.h26 # define Aerror(statp, file, string, error, address) /*empty*/ argument
27 # define Perror(statp, file, string, error) /*empty*/ argument
H A Dres_mkquery.c116 res_nmkquery(res_state statp, in res_nmkquery()
231 res_nopt(res_state statp, in res_nopt()
H A Dres_debug.c155 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 Dres_cache.c2162 _resolv_populate_res_for_net(res_state statp) in _resolv_populate_res_for_net()
/aosp_15_r20/packages/modules/DnsResolver/
Dres_send.cpp314 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 …]
Dres_query.cpp102 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()
Dres_mkquery.cpp192 int res_nopt(ResState* statp, int n0, /* current offset in buffer */ in res_nopt()
DDnsTlsDispatcher.cpp108 ResState* statp, const Slice query, in query()
Dres_cache.cpp1763 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 Dtsan_platform_linux.cc285 __res_state *statp = (__res_state*)state; in ExtractResolvFDs() local
/aosp_15_r20/external/python/cpython2/Modules/
D_bsddb.c6464 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 Dfuse.c3461 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 Dsg_ses.c2531 enc_status_helper(const char * pad, const uint8_t * statp, int etype, in enc_status_helper()