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

  /src/common/dist/zlib/contrib/minizip/
unzip.h 202 these files MUST be closed with unzCloseCurrentFile before call unzClose.
373 extern int ZEXPORT unzCloseCurrentFile(unzFile file);
miniunz.c 463 err = unzCloseCurrentFile (uf);
466 printf("error %d with zipfile in unzCloseCurrentFile\n",err);
470 unzCloseCurrentFile(uf); /* don't lose the error */
unzip.c 709 these files MUST be closed with unzCloseCurrentFile before call unzClose.
718 unzCloseCurrentFile(file);
1365 unzCloseCurrentFile(file);
1870 extern int ZEXPORT unzCloseCurrentFile(unzFile file) {

Completed in 13 milliseconds