Lines Matching refs:length
457 Maximum IPv6 interface identifier name length. Defined as
465 `*size` indicates the length of the `buffer`, which is used to store the
468 `*size` represents the string length of the `buffer`, excluding the NUL
500 `buffer`, with `*size` indicating the length of `buffer`. If `buffer` is not
518 returns `UV_ENOBUFS`, and sets `size` to the required length, including the
525 .. versionchanged:: 1.9.0 the returned length includes the terminating null
544 to the string length of `buffer`. On `UV_ENOBUFS` failure `size` is set to the
545 required length for `buffer`, including the null byte.
560 On success `size` is set to the string length of `buffer` (which does not
562 required length for `buffer`, including the null byte.
736 into `buffer`, and sets `size` to the string length of the value. When
771 `size` to the string length of the hostname. When calling this function,
893 Get the length of a UTF-16 (or UCS-2) `utf16` value after converting it to
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
911 `wtf8_len_ptr` will be the length of the required `wtf8_ptr` to contain the
918 Get the length in characters of a NUL-terminated WTF-8 `wtf8` value