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

  /src/common/dist/zlib/contrib/minizip/
zip.h 67 typedef zipFile__ *zipFile;
69 typedef voidp zipFile;
116 extern zipFile ZEXPORT zipOpen(const char *pathname, int append);
117 extern zipFile ZEXPORT zipOpen64(const void *pathname, int append);
119 Create a zipfile.
127 If the zipfile cannot be opened, the return value is NULL.
128 Else, the return value is a zipFile Handle, usable with other function
132 /* Note : there is no delete function into a zipfile.
133 If you want delete file into a zipfile, you must open a zipfile, and create anothe
    [all...]
zip.c 164 voidpf filestream; /* io structure of the zipfile */
169 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */
449 Locate the Central directory of a zipfile (at the end, just before
508 Locate the End of Zip64 Central directory locator and from there find the CD of a zipfile (at the end, just before
610 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
751 /* zipfile global comment length */
816 extern zipFile ZEXPORT zipOpen3(const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) {
856 /* now we add file in a zipfile */
882 return (zipFile)zi;
886 extern zipFile ZEXPORT zipOpen2(const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pz (…)
    [all...]
minizip.c 360 zipFile zf;
449 printf("error in opening %s in zipfile\n",filenameinzip);
477 printf("error in writing %s in the zipfile\n",
493 printf("error in closing %s in the zipfile\n",

Completed in 13 milliseconds