Home
last modified time | relevance | path

Searched refs:method (Results 1 – 5 of 5) sorted by relevance

/libuv/src/win/
H A Dreq-inl.h114 #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 Dwinsock.h139 #define _AFD_CONTROL_CODE(operation, method) \ argument
140 ((FSCTL_AFD_BASE) << 12 | (operation << 2) | method)
H A Dwinapi.h4496 # define CTL_CODE(device_type, function, method, access) \ argument
4497 (((device_type) << 16) | ((access) << 14) | ((function) << 2) | (method))
/libuv/
H A DREADME.md160 For Windows, [CMake][] is the only supported build method and has the
H A DChangeLog326 * win,pipe: improve method of obtaining pid for ipc (number201724)
1503 * src: fix wrong method name in comment (TK-one)
1759 * tcp: add uv_tcp_close_reset method (Santiago Gimeno)
3034 * signal: add uv_signal_start_oneshot method (Santiago Gimeno)

Completed in 42 milliseconds