Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 7 of 7) sorted by relevance

/resolv/
A Dtst-resolv-ai_idn-latin1.c29 void *handle = dlopen (LIBIDN2_SONAME, RTLD_LAZY); in do_test() local
A Dtst-resolv-ai_idn.c28 void *handle = dlopen (LIBIDN2_SONAME, RTLD_LAZY); in do_test() local
A Dtst-resolv-ai_idn-nolibidn2.c126 void *handle = xdlopen ("tst-no-libidn2.so", RTLD_LAZY); in do_test() local
A Dns_parse.c60 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag()
A Dres_debug.c165 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 Dns_print.c67 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, in ns_sprintrr()
/resolv/arpa/
A Dnameser.h114 #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