Searched defs:zipFile (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/archive/src/main/native/
H A Dzipsup.c65 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile));
74 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile,
78 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile,
83 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile,
91 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntry * entry,
94 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntry * entry,
97 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile));
99 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile,
102 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile,
105 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntr
296 scanForCentralEnd(HyPortLibrary * portLib, HyZipFile * zipFile, HyZipCentralEnd * endEntry) argument
416 scanForDataDescriptor(HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntry * zipEntry) argument
578 zip_populateCache(HyPortLibrary * portLib, HyZipFile * zipFile) argument
851 readZipEntry(HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntry * zipEntry, const char *filename, IDATA * enumerationPointer, IDATA * entryStart, BOOLEAN findDirectory) argument
1148 zip_closeZipFile(HyPortLibrary * portLib, struct HyZipFile * zipFile) argument
1209 zip_establishCache(HyPortLibrary * portLib, HyZipFile * zipFile) argument
1368 zip_getNextZipEntry(HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntry * zipEntry, IDATA * nextEntryPointer) argument
1492 zip_getZipEntry(HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntry * entry, const char *filename, BOOLEAN findDirectory) argument
1633 zip_getZipEntryData(HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntry * entry, U_8 * buffer, U_32 bufferSize) argument
1806 zip_getZipEntryExtraField(HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntry * entry, U_8 * buffer, U_32 bufferSize) argument
1917 zip_getZipEntryComment(HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntry * entry, U_8 * buffer, U_32 bufferSize) argument
2031 zip_openZipFile(HyPortLibrary * portLib, char *filename, HyZipFile * zipFile, HyZipCachePool * cachePool) argument
2166 zip_resetZipFile(HyPortLibrary * portLib, HyZipFile * zipFile, IDATA * nextEntryPointer) argument
2210 zip_getZipEntryFromOffset(HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntry * entry, IDATA offset) argument
[all...]

Completed in 102 milliseconds