Searched refs:HyPortLibrary (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/archive/src/main/native/
H A Dzipalloc.c40 PORT_ACCESS_FROM_PORT (((HyPortLibrary *) opaque));
55 PORT_ACCESS_FROM_PORT ((HyPortLibrary *) opaque);
H A Dzipsup.h40 zipsup_GetZipCachePool(HyPortLibrary * portLib);
84 HyPortLibrary *portLib;
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 * portLi
[all...]
H A Dhy2sie.h76 // Following definitions substitute the HyPortLibrary simply with the JNIEnv
78 typedef JNIEnv HyPortLibrary; typedef
80 #define PORT_ACCESS_FROM_ENV(env) HyPortLibrary *privatePortLibrary = env
81 #define PORT_ACCESS_FROM_PORT(portLibrary) HyPortLibrary *privatePortLibrary = portLibrary
H A Dzipsup.c56 HyPortLibrary *portLib;
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 * portLi
[all...]

Completed in 63 milliseconds