Searched defs:pArchive_name (Results 1 - 1 of 1) sorted by relevance
| /third_party/astc-encoder/Source/ |
| H A D | tinyexr.h | 6115 mz_bool mz_zip_writer_add_mem(mz_zip_archive *pZip, const char *pArchive_name, in mz_zip_writer_add_mem() argument 6230 static mz_bool mz_zip_writer_validate_archive_name(const char *pArchive_name) { in mz_zip_writer_validate_archive_name() argument 6265 mz_zip_writer_add_mem_ex(mz_zip_archive *pZip, const char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags, mz_uint64 uncomp_size, mz_uint32 uncomp_crc32) mz_zip_writer_add_mem_ex() argument 6438 mz_zip_writer_add_file(mz_zip_archive *pZip, const char *pArchive_name, const char *pSrc_filename, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags) mz_zip_writer_add_file() argument 6877 mz_zip_add_mem_to_archive_file_in_place( const char *pZip_filename, const char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags) mz_zip_add_mem_to_archive_file_in_place() argument 6922 mz_zip_extract_archive_file_to_heap(const char *pZip_filename, const char *pArchive_name, size_t *pSize, mz_uint flags) mz_zip_extract_archive_file_to_heap() argument [all...] |
Completed in 24 milliseconds