Home
last modified time | relevance | path

Searched refs:array (Results 1 – 7 of 7) sorted by relevance

/libuv/docs/src/
H A Ddns.rst56 Char array containing the resulting host. It's null terminated.
62 Char array containing the resulting service. It's null terminated.
H A Dmisc.rst393 Gets information about the CPUs on the system. The `cpu_infos` array will
401 Frees the `cpu_infos` array previously allocated with :c:func:`uv_cpu_info`.
413 array of `count` elements is allocated and returned in `addresses`. It must
418 Free an array of :c:type:`uv_interface_address_t` which was returned by
H A Dfs.rst169 :c:func:`uv_fs_closedir()`. `dirents` represents a user provided array of
171 array size of `dirents`.
310 must set `dir->dirents` and `dir->nentries`, representing the array of
H A Dprocess.rst211 The `stdio` field points to an array of :c:type:`uv_stdio_container_t`
/libuv/docs/src/guide/
H A Dprocesses.rst47 path. Finally as per underlying conventions, **the arguments array has to be
81 ``uv_process_options_t.env`` is a null-terminated array of strings, each of the
187 file descriptors being set. ``uv_process_options_t.stdio`` is an array of
/libuv/src/unix/
H A Dlinux.c184 uint32_t array; member
556 sqlen = params.sq_off.array + params.sq_entries * sizeof(uint32_t); in uv__iou_init()
611 sqarray = (uint32_t*) (sq + params.sq_off.array); in uv__iou_init()
/libuv/
H A DChangeLog1677 * win: replace alloca() with stack-based array (Ben Noordhuis)
2703 * unix: disable clang variable length array warning (Peter Johnson)
3830 * common: release uv_fs_scandir() array (cjihrig)

Completed in 25 milliseconds