Searched defs:handle (Results 1 – 7 of 7) sorted by relevance
/resolv/ |
A D | tst-resolv-ai_idn-latin1.c | 29 void *handle = dlopen (LIBIDN2_SONAME, RTLD_LAZY); in do_test() local
|
A D | tst-resolv-ai_idn.c | 28 void *handle = dlopen (LIBIDN2_SONAME, RTLD_LAZY); in do_test() local
|
A D | tst-resolv-ai_idn-nolibidn2.c | 126 void *handle = xdlopen ("tst-no-libidn2.so", RTLD_LAZY); in do_test() local
|
A D | ns_parse.c | 60 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag()
|
A D | res_debug.c | 165 do_section (int pfcode, ns_msg *handle, ns_sect section, int pflag, FILE *file) in do_section() 242 ns_msg handle; in fp_nquery() local
|
A D | ns_print.c | 67 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, in ns_sprintrr()
|
/resolv/arpa/ |
A D | nameser.h | 114 #define ns_msg_id(handle) ((handle)._id + 0) argument 115 #define ns_msg_base(handle) ((handle)._msg + 0) argument 116 #define ns_msg_end(handle) ((handle)._eom + 0) argument 117 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg) argument 118 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) argument
|
Completed in 44 milliseconds