Searched refs:Internal (Results 1 – 5 of 5) sorted by relevance
32 (req)->u.io.overlapped.Internal = (ULONG_PTR) (status)44 ((NTSTATUS) (req)->u.io.overlapped.Internal)
275 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal; in uv__wsarecv_workaround()370 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal; in uv__wsarecvfrom_workaround()472 iosb_ptr = (IO_STATUS_BLOCK*) &overlapped->Internal; in uv__msafd_poll()
4668 ULONG_PTR Internal; member
338 (req)->u.io.overlapped.Internal = 0; /* SET_REQ_SUCCESS() */ \
62 * Internal, non-static functions should be prefixed with `uv__`.
Completed in 36 milliseconds