Lines Matching refs:in
7 This section contains miscellaneous functions that don't really belong in any
24 Total bytes in the buffer.
51 Callback passed to :c:func:`uv_random`. `status` is non-zero in case of
77 Will be replaced with :c:type:`uv_timeval64_t` in libuv v2.0.
147 The maximum resident set size is reported in kilobytes, the unit most
413 array of `count` elements is allocated and returned in `addresses`. It must
471 `UV_ENOBUFS` is returned, and `*size` represents the necessary size in
475 interface identifier in scoped IPv6 addresses, e.g.
482 To get an interface identifier in a cross-platform compatible way,
497 Retrieves a network interface identifier suitable for use in an IPv6 scoped
516 Gets the current working directory, and stores it in `buffer`. If the
517 current working directory is too large to fit in `buffer`, this function
523 On Unix the path no longer ends in a slash.
542 user's home directory is stored in `buffer`. When `uv_os_homedir()` is
556 variable found in the ordered list `TMPDIR`, `TMP`, `TEMP`, and `TEMPDIR`.
558 `"/data/local/tmp"` is used. The temp directory is stored in `buffer`. When
618 Gets the amount of free memory available in the system, as reported by
619 the kernel (in bytes). Returns 0 when unknown.
623 Gets the total amount of physical memory in the system (in bytes).
628 Gets the total amount of memory available to the process (in bytes) based on
642 Gets the amount of free memory that is still available to the process (in bytes).
643 This differs from :c:func:`uv_get_free_memory` in that it takes into account any
656 Returns the current high-resolution timestamp. This is expressed in
657 nanoseconds. It is relative to an arbitrary time in the past. It is not
663 be in nanoseconds.
671 to time adjustments; it can jump back in time.
673 The monotonic clock counts from an arbitrary point in the past and never
674 jumps back in time.
738 in `buffer`, including the null terminator. If the environment variable
739 exceeds the storage available in `buffer`, `UV_ENOBUFS` is returned, and
770 Returns the hostname as a null-terminated string in `buffer`, and sets
772 `size` must be set to the amount of storage available in `buffer`, including
773 the null terminator. If the hostname exceeds the storage available in
827 Retrieves system information in `buffer`. The populated data includes the
901 Convert UTF-16 (or UCS-2) data in `utf16` to WTF-8 data in `*wtf8_ptr`. The
902 `utf16_len` count (in characters) gives the length of `utf16`. If `utf16`
905 length (equal to `uv_utf16_length_as_wtf8`) will be stored in `wtf8_ptr`.
907 returned in `wtf8_ptr` and the length will be returned in `wtf8_len_ptr`.
908 Otherwise, the length of `*wtf8_ptr` must be passed in `wtf8_len_ptr`. The
918 Get the length in characters of a NUL-terminated WTF-8 `wtf8` value
925 Convert NUL-terminated WTF-8 data in `wtf8` to UTF-16 (or UCS-2) data
926 in `utf16`. The `utf16_len` count (in characters) must include space