Home
last modified time | relevance | path

Searched refs:unzFile (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dunzip.h68 typedef unzFile__ *unzFile; typedef
70 typedef voidp unzFile;
198 extern int ZEXPORT unzClose OF((unzFile file));
242 extern int ZEXPORT unzLocateFile OF((unzFile file,
265 unzFile file,
269 unzFile file,
279 unzFile file,
283 unzFile file,
393 extern z_off_t ZEXPORT unztell OF((unzFile file));
400 extern int ZEXPORT unzeof OF((unzFile file));
[all …]
A Dunzip.c584 local unzFile unzOpenInternal (const void *path, in unzOpenInternal()
759 unzGoToFirstFile((unzFile)s); in unzOpenInternal()
761 return (unzFile)s; in unzOpenInternal()
793 extern unzFile ZEXPORT unzOpen (const char *path) in unzOpen()
808 extern int ZEXPORT unzClose (unzFile file) in unzClose()
1325 unzFile file, in unzGetFilePos()
1361 unzFile file, in unzGoToFilePos()
1889 extern z_off_t ZEXPORT unztell (unzFile file) in unztell()
1904 extern ZPOS64_T ZEXPORT unztell64 (unzFile file) in unztell64()
1924 extern int ZEXPORT unzeof (unzFile file) in unzeof()
[all …]
A Dminiunz.c235 unzFile uf; in do_list()
313 unzFile uf; in do_extract_currentfile()
476 unzFile uf; in do_extract()
512 unzFile uf; in do_extract_onefile()
550 unzFile uf=NULL;
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dunzip.h66 typedef unzFile__* unzFile; typedef
68 typedef voidp unzFile;
142 extern unzFile ZEXPORT unzOpen2 OF((const char* path,
149 extern int ZEXPORT unzClose OF((unzFile file));
156 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
188 extern int ZEXPORT unzLocateFile OF((unzFile file,
209 unzFile file,
213 unzFile file,
305 extern z_off_t ZEXPORT unztell OF((unzFile file));
310 extern int ZEXPORT unzeof OF((unzFile file));
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dunzip.c476 return (unzFile)s;
491 unzFile file;
511 unzFile file;
559 unzFile file; in unzlocal_GetCurrentFileInfoInternal()
745 unzFile file;
765 unzFile file;
787 unzFile file;
820 unzFile file;
895 unzFile file;
913 unzFile file;
[all …]
A Dminiunz.c138 int do_list(unzFile uf) in do_list()
216 int do_extract_currentfile(unzFile uf, in do_extract_currentfile()
343 int do_extract(unzFile uf, in do_extract()
376 int do_extract_onefile(unzFile uf, in do_extract_onefile()
409 unzFile uf = NULL; in miniUnzip()

Completed in 16 milliseconds