Searched defs:handle (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/netbsd/nameser/ |
D | ns_parse.c | 74 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag() 103 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse() 140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr()
|
D | ns_print.c | 92 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, in ns_sprintrr()
|
/bionic/libdl/ |
D | libdl.c | 23 void *dlsym(void *handle, const char *symbol) { return 0; } in dlsym() 25 int dlclose(void *handle) { return 0; } in dlclose()
|
D | dltest.c | 124 void *handle, *symbol; in main() local
|
/bionic/libthread_db/ |
D | libthread_db.c | 80 _event_getmsg_helper(td_thrhandle_t const * handle, void * bkpt_addr) in _event_getmsg_helper() 132 td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info) in td_thr_get_info() 145 td_thr_event_enable(td_thrhandle_t const * handle, td_event_e event) in td_thr_event_enable() 194 td_thrhandle_t handle; in td_ta_thr_iter() local
|
/bionic/linker/ |
D | dlfcn.c | 76 void *dlsym(void *handle, const char *symbol) in dlsym() 158 int dlclose(void *handle) in dlclose()
|
/bionic/libc/private/ |
D | arpa_nameser.h | 125 #define ns_msg_id(handle) ((handle)._id + 0) argument 126 #define ns_msg_base(handle) ((handle)._msg + 0) argument 127 #define ns_msg_end(handle) ((handle)._eom + 0) argument 128 #define ns_msg_size(handle) ((size_t)((handle)._eom - (handle)._msg)) argument 129 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) argument
|
D | nsswitch.h | 211 void *handle; /* handle from dlopen() */ member
|
/bionic/libc/kernel/common/linux/ |
D | binder.h | 40 signed long handle; member 80 size_t handle; member
|
D | telephony.h | 42 int handle; member
|
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 159 ns_msg *handle, ns_sect section, in do_section() 242 ns_msg handle; in res_pquery() local
|
/bionic/libc/include/ |
D | nsswitch.h | 210 void *handle; /* handle from dlopen() */ member
|