Searched refs:array (Results 1 – 7 of 7) sorted by relevance
56 Char array containing the resulting host. It's null terminated.62 Char array containing the resulting service. It's null terminated.
393 Gets information about the CPUs on the system. The `cpu_infos` array will401 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 must418 Free an array of :c:type:`uv_interface_address_t` which was returned by
169 :c:func:`uv_fs_closedir()`. `dirents` represents a user provided array of171 array size of `dirents`.310 must set `dir->dirents` and `dir->nentries`, representing the array of
211 The `stdio` field points to an array of :c:type:`uv_stdio_container_t`
47 path. Finally as per underlying conventions, **the arguments array has to be81 ``uv_process_options_t.env`` is a null-terminated array of strings, each of the187 file descriptors being set. ``uv_process_options_t.stdio`` is an array of
184 uint32_t array; member556 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()
1677 * 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 31 milliseconds