Home
last modified time | relevance | path

Searched defs:file_length (Results 1 – 14 of 14) sorted by relevance

/third_party/libsnd/tests/
Dstdio_test.c129 file_length (const char *filename) in file_length() function
/third_party/ltp/testcases/kernel/syscalls/ftruncate/
Dftruncate01.c33 int i, file_length; in check_and_report() local
/third_party/skia/third_party/externals/zlib/google/
Dzip_reader.h259 int64_t file_length() { return file_length_; } in file_length() function
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/
Dminimal-http-server-form-post-file.c33 unsigned long long file_length; /* the amount of bytes uploaded */ member
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_reader.h324 int64_t file_length() { return file_length_; } in file_length() function
/third_party/libwebsockets/plugins/
Dprotocol_post_demo.c45 long file_length; member
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavisubtitle.c187 guint file_length; in gst_avi_subtitle_parse_gab2_chunk() local
/third_party/node/deps/zlib/google/
Dzip_reader.h366 int64_t file_length() { return file_length_; } in file_length() function
/third_party/libfuse/example/
Dinvalidate_path.c140 int file_length = strlen(time_file_contents); in xmp_read() local
/third_party/ltp/testcases/kernel/fs/inode/
Dinode02.c85 int max_depth, max_breadth, file_length; variable
/third_party/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c82 unsigned long long file_length; member
/third_party/node/deps/v8/src/d8/
Dd8-posix.cc705 int32_t file_length = bit_cast<int32_t>(htonl(big_endian_file_length)); in ReadCharsFromTcpPort() local
/third_party/ffmpeg/libavformat/
Dwtvdec.c261 uint64_t file_length; in wtvfile_open2() local
/third_party/nghttp2/src/
DHttpServer.cc933 time_t last_modified, off_t file_length, in submit_file_response()