Searched refs:handle (Results 1 – 12 of 12) sorted by relevance
| /third_party/ulib/musl/src/network/ |
| A D | ns_parse.c | 34 handle->_msg = msg; in ns_initparse() 45 r = ns_skiprr(msg, handle->_eom, i, handle->_counts[i]); in ns_initparse() 99 handle->_msg_ptr = handle->_sections[section]; in ns_parserr() 107 handle->_msg_ptr = handle->_sections[section]; in ns_parserr() 110 r = ns_skiprr(handle->_msg_ptr, handle->_eom, section, rrnum - handle->_rrnum); in ns_parserr() 116 r = ns_name_uncompress(handle->_msg, handle->_eom, handle->_msg_ptr, rr->name, NS_MAXDNAME); in ns_parserr() 120 if (2 * NS_INT16SZ > handle->_eom - handle->_msg_ptr) in ns_parserr() 125 if (NS_INT32SZ + NS_INT16SZ > handle->_eom - handle->_msg_ptr) in ns_parserr() 129 if (rr->rdlength > handle->_eom - handle->_msg_ptr) in ns_parserr() 138 handle->_rrnum++; in ns_parserr() [all …]
|
| /third_party/ulib/musl/include/arpa/ |
| A D | nameser.h | 52 #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 58 (((handle)._flags & _ns_flagdata[flag].mask) >> _ns_flagdata[flag].shift)
|
| /third_party/uapp/dash/src/ |
| A D | process.c | 99 … {.action = FDIO_SPAWN_ACTION_ADD_HANDLE, .h = {.id = PA_HND(PA_USER0, 0), .handle = ast_vmo}}, in process_subshell() 180 wait_objects[no_wait_obj].handle = process; in process_await_termination() 187 …fdio_unsafe_wait_begin(tty, POLLPRI, &wait_objects[no_wait_obj].handle, &wait_objects[no_wait_obj]… in process_await_termination()
|
| A D | TOUR | 120 (in trap.c) are called to handle changes to these options. 144 it to handle temporary files correctly in obscure cases.) 199 redir.c Code to handle redirection of input and output. 200 jobs.c Code to handle forking, waiting, and job control. 312 is called at appropriate points to actually handle the signal. 340 cause the preprocessor can't handle functions with a variable
|
| /third_party/ulib/musl/src/internal/ |
| A D | libc.h | 81 zx_handle_t handle[],
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | thread.h | 78 void *handle;
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osfuchsia.cpp | 932 zx_handle_t handle; in AcpiOsInstallInterruptHandler() local 934 ZX_INTERRUPT_REMAP_IRQ, &handle); in AcpiOsInstallInterruptHandler() 940 arg->irq_handle = handle; in AcpiOsInstallInterruptHandler()
|
| /third_party/lib/acpica/source/common/ |
| A D | dmextern.c | 1262 disassembler, otherwise it does not know how to handle the method invocations.
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 275 - Fix arenas_cache_cleanup() and arena_get_hard() to handle 290 the result throughout the relevant functions that handle an allocation 459 - Fix fallback lg_floor() implementations to handle extremely large inputs. 462 - Fix the "arena.<i>.dss" mallctl to handle read-only calls.
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 835 - failure to handle arch variations for cloexec/nonblock flags 1041 - failure of fenv functions to handle invalid arguments (required by ISO C) 1452 - mips fesetenv did not handle FE_DFL_ENV 1660 - tsearch, tfind, and tdelete failed to handle null pointer input
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 1531 3) Properly handle extraneous NULL package elements. 1583 1) The incoming device handle refers to type ACPI_TYPE_DEVICE. 6257 Added a function to handle the PM1 control registers, 6933 AE_BAD_PARAMETER if input handle is invalid. BZ 474 7976 of prefix handle and pathname. BZ 478 12957 (2.4) Fix to handle dynamic size of mp_irqs (Joerg Prante) 13447 Fixed a problem where the reserved name check did not handle 13544 didn't handle this case. 14988 handle the case where the Width parameter is 64. 15272 Fixed /proc/acpi/event to handle poll() and short reads. [all …]
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal.h.in | 341 * only handle raw constants.
|
Completed in 36 milliseconds