Searched refs:unzOpenCurrentFile (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_reader.cc | 241 const int open_result = unzOpenCurrentFile(zip_file_); in ExtractCurrentEntry() 308 if (unzOpenCurrentFile(zip_file_) != UNZ_OK) { in ExtractCurrentEntryToFilePathAsync()
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | unzip.h | 201 If there is files inside the .Zip opened with unzOpenCurrentFile (see later), 331 extern int ZEXPORT unzOpenCurrentFile OF((unzFile file)); 350 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress) 364 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress) 375 Close the file in zip opened with unzOpenCurrentFile 383 Read bytes from the current file (opened by unzOpenCurrentFile) 409 Read extra field from the current file (opened by unzOpenCurrentFile)
|
H A D | unzip.c | 801 If there is files inside the .Zip opened with unzOpenCurrentFile (see later), 1638 extern int ZEXPORT unzOpenCurrentFile (unzFile file) in unzOpenCurrentFile() function 1937 Read extra field from the current file (opened by unzOpenCurrentFile) 1993 Close the file in zip opened with unzOpenCurrentFile
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | unzip.h | 201 If there is files inside the .Zip opened with unzOpenCurrentFile (see later), 331 extern int ZEXPORT unzOpenCurrentFile OF((unzFile file)); 350 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress) 364 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress) 375 Close the file in zip opened with unzOpenCurrentFile 383 Read bytes from the current file (opened by unzOpenCurrentFile) 409 Read extra field from the current file (opened by unzOpenCurrentFile)
|
H A D | unzip.c | 801 If there is files inside the .Zip opened with unzOpenCurrentFile (see later), 1638 extern int ZEXPORT unzOpenCurrentFile (unzFile file) in unzOpenCurrentFile() function 1937 Read extra field from the current file (opened by unzOpenCurrentFile) 1993 Close the file in zip opened with unzOpenCurrentFile
|
/third_party/zlib/contrib/minizip/ |
H A D | unzip.h | 201 If there is files inside the .Zip opened with unzOpenCurrentFile (see later), 213 If there is files inside the .Zip opened with unzOpenCurrentFile(see before), 354 extern int ZEXPORT unzOpenCurrentFile(unzFile file); 373 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress) 387 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress) 398 Close the file in zip opened with unzOpenCurrentFile 406 Read bytes from the current file (opened by unzOpenCurrentFile) 432 Read extra field from the current file (opened by unzOpenCurrentFile)
|
H A D | unzip.c | 715 If there is files inside the .Zip opened with unzOpenCurrentFile (see later), 914 If there is files inside the .Zip opened with unzOpenCurrentFile(see before), 1841 extern int ZEXPORT unzOpenCurrentFile(unzFile file) { in unzOpenCurrentFile() function 2140 Read extra field from the current file (opened by unzOpenCurrentFile) 2195 Close the file in zip opened with unzOpenCurrentFile
|
Completed in 12 milliseconds