Searched refs:portLib (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/archive/src/main/native/
H A Dzipsup.h40 zipsup_GetZipCachePool(HyPortLibrary * portLib);
84 HyPortLibrary *portLib; member in struct:HyZipCache
164 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile,
167 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile,
170 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile));
172 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile,
175 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile,
178 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile,
182 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile,
185 PROTOTYPE ((HyPortLibrary * portLib, HyZipEntr
[all...]
H A Dzipsup.c56 HyPortLibrary *portLib; member in struct:workBuffer
65 PROTOTYPE ((HyPortLibrary * portLib, HyZipFile * zipFile));
71 I_32 checkZipLibrary PROTOTYPE ((HyPortLibrary * portLib));
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, HyZipFil
160 checkZipLibrary(HyPortLibrary * portLib) argument
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
1298 zip_initZipEntry(HyPortLibrary * portLib, HyZipEntry * entry) argument
1318 zip_freeZipEntry(HyPortLibrary * portLib, HyZipEntry * entry) 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 593 milliseconds