Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void | uv_winapi_init (void) |
void uv_winapi_init | ( | void | ) |
Definition at line 49 of file winapi.c.
References NULL, pGetQueuedCompletionStatusEx, pNtDeviceIoControlFile, pNtQueryDirectoryFile, pNtQueryInformationFile, pNtQueryInformationProcess, pNtQuerySystemInformation, pNtQueryVolumeInformationFile, pNtSetInformationFile, pPowerRegisterSuspendResumeNotification, pRtlGetVersion, pRtlNtStatusToDosError, pSetWinEventHook, and uv_fatal_error().
Referenced by uv_init().
sGetQueuedCompletionStatusEx pGetQueuedCompletionStatusEx |
Definition at line 40 of file winapi.c.
Referenced by uv__poll(), uv_run(), and uv_winapi_init().
sNtDeviceIoControlFile pNtDeviceIoControlFile |
Definition at line 31 of file winapi.c.
Referenced by uv_msafd_poll(), uv_winapi_init(), uv_wsarecv_workaround(), and uv_wsarecvfrom_workaround().
sNtQueryDirectoryFile pNtQueryDirectoryFile |
Definition at line 35 of file winapi.c.
Referenced by fs__scandir(), and uv_winapi_init().
sNtQueryInformationFile pNtQueryInformationFile |
Definition at line 32 of file winapi.c.
Referenced by fs__fchmod(), fs__stat_handle(), uv__pipe_getname(), uv_pipe_endgame(), uv_pipe_open(), uv_set_pipe_handle(), and uv_winapi_init().
sNtQueryInformationProcess pNtQueryInformationProcess |
Definition at line 37 of file winapi.c.
Referenced by uv__tty_console_resize_message_loop_thread(), and uv_winapi_init().
sNtQuerySystemInformation pNtQuerySystemInformation |
Definition at line 36 of file winapi.c.
Referenced by uv_cpu_info(), and uv_winapi_init().
sNtQueryVolumeInformationFile pNtQueryVolumeInformationFile |
Definition at line 34 of file winapi.c.
Referenced by fs__stat_handle(), and uv_winapi_init().
sNtSetInformationFile pNtSetInformationFile |
Definition at line 33 of file winapi.c.
Referenced by fs__fchmod(), fs__ftruncate(), fs__unlink(), and uv_winapi_init().
sPowerRegisterSuspendResumeNotification pPowerRegisterSuspendResumeNotification |
Definition at line 43 of file winapi.c.
Referenced by uv__register_system_resume_callback(), and uv_winapi_init().
sRtlGetVersion pRtlGetVersion |
Definition at line 29 of file winapi.c.
Referenced by uv__is_fast_loopback_fail_supported(), uv_os_uname(), and uv_winapi_init().
sRtlNtStatusToDosError pRtlNtStatusToDosError |
Definition at line 30 of file winapi.c.
Referenced by fs__fchmod(), fs__filemap_ex_filter(), fs__ftruncate(), fs__scandir(), fs__stat_handle(), fs__unlink(), uv__pipe_getname(), uv_cpu_info(), uv_pipe_endgame(), and uv_winapi_init().
sSetWinEventHook pSetWinEventHook |
Definition at line 46 of file winapi.c.
Referenced by uv__tty_console_resize_message_loop_thread(), and uv_winapi_init().