Home
last modified time | relevance | path

Searched defs:filename_size (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.cc117 uint16 filename_size = filename.size(); in Write() local
151 uint16 filename_size = filename.size(); in WriteDirectory() local
/third_party/node/deps/v8/src/third_party/vtune/
H A Dvtune-jit.cc237 size_t filename_size = event->wasm_source_info->filename_size; in event_handler() local
/third_party/node/deps/v8/include/
H A Dv8-callbacks.h100 size_t filename_size; member
/third_party/node/deps/v8/include/v8-include/
H A Dv8-callbacks.h102 size_t filename_size; member
/third_party/ffmpeg/fftools/
H A Dcmdutils.c814 FILE *get_preset_file(char *filename, size_t filename_size, in get_preset_file() argument
/third_party/ffmpeg/libavformat/
H A Dwtvdec.c256 static AVIOContext * wtvfile_open2(AVFormatContext *s, const uint8_t *buf, int buf_size, const uint8_t *filename, int filename_size) in wtvfile_open2() argument
/third_party/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c879 size_t filename_size = strlen(filename); in ext_in_list() local
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc118 Py_ssize_t filename_size; in _CalledFromGeneratedFile() local
/third_party/astc-encoder/Source/
H A Dtinyexr.h6140 mz_zip_writer_create_local_dir_header( mz_zip_archive *pZip, mz_uint8 *pDst, mz_uint16 filename_size, mz_uint16 extra_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date) mz_zip_writer_create_local_dir_header() argument
6161 mz_zip_writer_create_central_dir_header( mz_zip_archive *pZip, mz_uint8 *pDst, mz_uint16 filename_size, mz_uint16 extra_size, mz_uint16 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, mz_uint64 local_header_ofs, mz_uint32 ext_attributes) mz_zip_writer_create_central_dir_header() argument
6186 mz_zip_writer_add_to_central_dir( mz_zip_archive *pZip, const char *pFilename, mz_uint16 filename_size, const void *pExtra, mz_uint16 extra_size, const void *pComment, mz_uint16 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, mz_uint64 local_header_ofs, mz_uint32 ext_attributes) mz_zip_writer_add_to_central_dir() argument

Completed in 29 milliseconds