HomeSort by relevance Sort by last modified time
    Searched refs:unzCloseCurrentFile (Results 1 - 3 of 3) sorted by null

  /external/zlib/src/contrib/minizip/
miniunz.c 460 err = unzCloseCurrentFile (uf);
463 printf("error %d with zipfile in unzCloseCurrentFile\n",err);
467 unzCloseCurrentFile(uf); /* don't lose the error */
unzip.h 202 these files MUST be closed with unzCloseCurrentFile before call unzClose.
373 extern int ZEXPORT unzCloseCurrentFile OF((unzFile file));
unzip.c 806 these files MUST be closed with unzCloseCurrentFile before call unzClose.
816 unzCloseCurrentFile(file);
    [all...]

Completed in 131 milliseconds