Home
last modified time | relevance | path

Searched defs:resp (Results 1 – 20 of 20) sorted by relevance

/glibc-2.36/sysdeps/pthread/
Dtst-_res1.c27 void *tf (void *resp) in tf()
35 void do_test (struct __res_state *resp) in do_test()
/glibc-2.36/elf/
Dtst-alignmod.c21 static int res, *resp; variable
/glibc-2.36/resolv/
Dresolv_conf.c175 resolv_conf_get_1 (const struct __res_state *resp) in resolv_conf_get_1()
242 resolv_conf_matches (const struct __res_state *resp, in resolv_conf_matches()
338 __resolv_conf_get (struct __res_state *resp) in __resolv_conf_get()
466 update_from_conf (struct __res_state *resp, const struct resolv_conf *conf) in update_from_conf()
578 __resolv_conf_attach (struct __res_state *resp, struct resolv_conf *conf) in __resolv_conf_attach()
637 __resolv_conf_detach (struct __res_state *resp) in __resolv_conf_detach()
Dresolv_context.c73 struct __res_state *resp = ctx->resp; in maybe_init() local
131 context_alloc (struct __res_state *resp) in context_alloc()
Dresolv_context.h49 struct __res_state *resp; /* Backing resolver state. */ member
Dtst-resolv-res_init-skeleton.c94 print_resp (FILE *fp, res_state resp) in print_resp()
365 res_state resp = xmalloc (sizeof (*resp)); in run_res_init() local
/glibc-2.36/nis/
Dypclnt.c297 caddr_t req, xdrproc_t xres, caddr_t resp) in do_ypcall()
368 caddr_t req, xdrproc_t xres, caddr_t resp) in do_ypcall_tr()
443 ypresp_val resp; in libnsl_hidden_nolink_def() local
488 ypresp_key_val resp; in libnsl_hidden_nolink_def() local
544 ypresp_key_val resp; in libnsl_hidden_nolink_def() local
599 ypresp_master resp; in libnsl_hidden_nolink_def() local
629 struct ypresp_order resp; in libnsl_hidden_nolink_def() local
668 struct ypresp_all resp; in __xdr_ypresp_all() local
802 struct ypresp_maplist resp; in libnsl_hidden_nolink_def() local
/glibc-2.36/nscd/
Dcache.c257 int32_t resp = 0; in prune_cache() local
438 int32_t resp = 0; in prune_cache() local
Dhstcache.c105 hst_response_header resp; in cache_addhst() member
133 const hst_response_header *resp = (errval == EAGAIN in cache_addhst() local
Dinitgrcache.c67 initgr_response_header resp; in addinitgroupsX() member
Dnetgroupcache.c64 netgroup_response_header resp; member
500 innetgroup_response_header resp; in addinnetgrX() member
Daicache.c61 ai_response_header resp; in addhstaiX() member
Dservicescache.c77 serv_response_header resp; in cache_addserv() member
Dgrpcache.c83 gr_response_header resp; in cache_addgr() member
Dpwdcache.c89 pw_response_header resp; in cache_addpw() member
Dnscd.c368 int32_t resp = 0; in invalidate_db() local
Dconnections.c944 int32_t resp; in invalidate_cache() local
/glibc-2.36/localedata/
Dtst-ctype.c340 unsigned char *resp; in do_test() local
/glibc-2.36/sunrpc/rpc/
Dclnt.h167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
169 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
196 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
197 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
/glibc-2.36/sunrpc/
Dpmap_rmt.c69 xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, in pmap_rmtcall()