Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 20 of 20) sorted by relevance

/libuv/docs/src/
H A Ddns.rst90 .. versionchanged:: 1.3.0 the callback parameter is now allowed to be NULL,
105 .. versionchanged:: 1.3.0 the callback parameter is now allowed to be NULL,
H A Dfs_event.rst44 If the handle was started with a directory the `filename` parameter will
48 The `events` parameter is an ORed mask of :c:enum:`uv_fs_event` elements.
H A Dthreading.rst147 output parameter priority is platform dependent.
220 2. The timeout parameter for :c:func:`uv_cond_timedwait` is relative to the time
222 3. On z/OS, the timeout parameter for :c:func:`uv_cond_timedwait` is converted to an
H A Dpipe.rst118 A preallocated buffer must be provided. The size parameter holds the length
131 A preallocated buffer must be provided. The size parameter holds the length
H A Dtty.rst87 .. versionchanged:: 1.23.1: the `readable` parameter is now unused and ignored.
H A Derrors.rst8 there is a status parameter, or an API functions returns an integer, a negative
H A Dtcp.rst60 of the `flags` parameter are used as the socket domain. A socket will be created
H A Dstream.rst41 the `buf` parameter might not point to a valid buffer; in that case
H A Dudp.rst165 parameter are used as the socket domain. A socket will be created for the given domain.
H A Dfs.rst452 On Windows the `flags` parameter can be specified to control how the symlink will
/libuv/
H A DCMakeLists.txt123 check_c_compiler_flag(-Wno-unused-parameter UV_LINT_NO_UNUSED_PARAMETER)
129 set(lint-no-unused-parameter $<$<BOOL:${UV_LINT_NO_UNUSED_PARAMETER}>:-Wno-unused-parameter>)
133 set(lint-no-unused-parameter-msvc $<$<BOOL:${UV_LINT_NO_UNUSED_PARAMETER_MSVC}>:/wd4100>)
152 list(APPEND uv_cflags ${lint-no-unused-parameter})
153 list(APPEND uv_cflags ${lint-no-unused-parameter-msvc})
H A Dconfigure.ac40 CC_CHECK_CFLAGS_APPEND([-Wno-unused-parameter])
H A DREADME.md296 Use the `--trace-children=yes` parameter:
H A DChangeLog142 * unix,win: remove unused req parameter from macros (Viacheslav Muravyev)
3143 * unix: check for NULL in uv_os_unsetenv for parameter name (André Klitzing)
4791 * doc: fix parameter name in uv_fs_access (Saúl Ibarra Corretgé)
5162 * unix, windows: removed unused status parameter (Saúl Ibarra Corretgé)
5609 * windows: _snprintf expected wrong parameter type in string (Maks Naumov)
5770 * process: the `exit_status` parameter for a uv_process_t's exit callback now
6280 * unix: make sure the `status` parameter passed to the `uv_getaddrinfo` is 0 or
/libuv/src/win/
H A Dpipe.c573 static DWORD WINAPI pipe_shutdown_thread_proc(void* parameter) { in pipe_shutdown_thread_proc() argument
578 req = (uv_shutdown_t*) parameter; in pipe_shutdown_thread_proc()
814 static DWORD WINAPI pipe_connect_thread_proc(void* parameter) { in pipe_connect_thread_proc() argument
821 req = (uv_connect_t*) parameter; in pipe_connect_thread_proc()
1315 static DWORD WINAPI uv_pipe_writefile_thread_proc(void* parameter) { in uv_pipe_writefile_thread_proc() argument
1318 uv_write_t* req = (uv_write_t*) parameter; in uv_pipe_writefile_thread_proc()
/libuv/docs/src/guide/
H A Dnetworking.rst138 receives an extra parameter about the sender of the packet.
143 ``addr``. The ``flags`` parameter may be ``UV_UDP_PARTIAL`` if the buffer
H A Dthreads.rst52 The second parameter is the function which will serve as the entry point for
53 the thread, the last parameter is a ``void *`` argument which can be used to pass
65 the calling thread using a second parameter, ``uv_thread_join()`` does not. To
H A Dbasics.rst127 …ative number on error. Async functions that may fail will pass a status parameter to their callbac…
134 I/O read callbacks (such as for files and sockets) are passed a parameter ``nread``. If ``nread`` i…
H A Dutilities.rst386 The ``unused`` parameter is now auto-detected and ignored. It previously needed
440 .. versionchanged:: 1.23.1: the `readable` parameter is now unused and ignored.
H A Dfilesystem.rst237 The read callback ``nread`` parameter is less than 0 on any error. This error

Completed in 37 milliseconds