HomeSort by: relevance | last modified time | path
    Searched refs:unzOpenCurrentFile (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
unzip.h 201 If there is files inside the .Zip opened with unzOpenCurrentFile (see later),
331 extern int ZEXPORT unzOpenCurrentFile(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)
unzip.c 708 If there is files inside the .Zip opened with unzOpenCurrentFile (see later),
1513 extern int ZEXPORT unzOpenCurrentFile(unzFile file) {
1812 Read extra field from the current file (opened by unzOpenCurrentFile)
1867 Close the file in zip opened with unzOpenCurrentFile

Completed in 15 milliseconds