Searched refs:method (Results 1 – 5 of 5) sorted by relevance
/libuv/src/win/ |
H A D | req-inl.h | 114 #define DELEGATE_STREAM_REQ(loop, req, method, handle_at) \ argument 118 uv__process_tcp_##method##_req(loop, \ 124 uv__process_pipe_##method##_req(loop, \ 130 uv__process_tty_##method##_req(loop, \
|
H A D | winsock.h | 139 #define _AFD_CONTROL_CODE(operation, method) \ argument 140 ((FSCTL_AFD_BASE) << 12 | (operation << 2) | method)
|
H A D | winapi.h | 4546 # define CTL_CODE(device_type, function, method, access) \ argument 4547 (((device_type) << 16) | ((access) << 14) | ((function) << 2) | (method))
|
/libuv/ |
H A D | README.md | 160 For Windows, [CMake][] is the only supported build method and has the
|
H A D | ChangeLog | 577 * win,pipe: improve method of obtaining pid for ipc (number201724) 1754 * src: fix wrong method name in comment (TK-one) 2010 * tcp: add uv_tcp_close_reset method (Santiago Gimeno) 3285 * signal: add uv_signal_start_oneshot method (Santiago Gimeno)
|
Completed in 29 milliseconds