Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/network/
A Dns_parse.c31 int ns_initparse(const unsigned char* msg, int msglen, ns_msg* handle) { in ns_initparse()
91 int ns_parserr(ns_msg* handle, ns_sect section, int rrnum, ns_rr* rr) { in ns_parserr()
/third_party/ulib/musl/include/arpa/
A Dnameser.h52 #define ns_msg_id(handle) ((handle)._id + 0) argument
53 #define ns_msg_base(handle) ((handle)._msg + 0) argument
54 #define ns_msg_end(handle) ((handle)._eom + 0) argument
55 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg) argument
56 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) argument
57 #define ns_msg_getflag(handle, flag) \ argument
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosfuchsia.cpp932 zx_handle_t handle; in AcpiOsInstallInterruptHandler() local

Completed in 9 milliseconds