Lines Matching defs:length
1311 * of the length of the file names present in the enumerated directory.
1374 /* Compute the length of the filename in WCHARs. */
1379 * the filename length. Strip those first.
2084 size_t length = req->fs.info.bufsml[0].len;
2087 size_t buf_size = length < max_buf_size ? length : max_buf_size;
2102 while (length > 0) {
2103 n = _read(fd_in, buf, length < buf_size ? length : buf_size);
2111 length -= n;
3311 uv_file fd_in, int64_t in_offset, size_t length, uv_fs_cb cb) {
3316 req->fs.info.bufsml[0].len = length;