Searched refs:parameter (Results 1 – 20 of 20) sorted by relevance
90 .. 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,
44 If the handle was started with a directory the `filename` parameter will48 The `events` parameter is an ORed mask of :c:enum:`uv_fs_event` elements.
147 output parameter priority is platform dependent.220 2. The timeout parameter for :c:func:`uv_cond_timedwait` is relative to the time222 3. On z/OS, the timeout parameter for :c:func:`uv_cond_timedwait` is converted to an
118 A preallocated buffer must be provided. The size parameter holds the length131 A preallocated buffer must be provided. The size parameter holds the length
87 .. versionchanged:: 1.23.1: the `readable` parameter is now unused and ignored.
8 there is a status parameter, or an API functions returns an integer, a negative
60 of the `flags` parameter are used as the socket domain. A socket will be created
41 the `buf` parameter might not point to a valid buffer; in that case
165 parameter are used as the socket domain. A socket will be created for the given domain.
452 On Windows the `flags` parameter can be specified to control how the symlink will
123 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})
40 CC_CHECK_CFLAGS_APPEND([-Wno-unused-parameter])
296 Use the `--trace-children=yes` parameter:
142 * 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 now6280 * unix: make sure the `status` parameter passed to the `uv_getaddrinfo` is 0 or
573 static DWORD WINAPI pipe_shutdown_thread_proc(void* parameter) { in pipe_shutdown_thread_proc() argument578 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() argument821 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() argument1318 uv_write_t* req = (uv_write_t*) parameter; in uv_pipe_writefile_thread_proc()
138 receives an extra parameter about the sender of the packet.143 ``addr``. The ``flags`` parameter may be ``UV_UDP_PARTIAL`` if the buffer
52 The second parameter is the function which will serve as the entry point for53 the thread, the last parameter is a ``void *`` argument which can be used to pass65 the calling thread using a second parameter, ``uv_thread_join()`` does not. To
127 …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…
386 The ``unused`` parameter is now auto-detected and ignored. It previously needed440 .. versionchanged:: 1.23.1: the `readable` parameter is now unused and ignored.
237 The read callback ``nread`` parameter is less than 0 on any error. This error
Completed in 37 milliseconds