HomeSort by relevance Sort by last modified time
    Searched refs:HyPortLibrary (Results 1 - 4 of 4) sorted by null

  /dalvik/libcore/archive/src/main/native/
zipalloc.c 40 PORT_ACCESS_FROM_PORT (((HyPortLibrary *) opaque));
55 PORT_ACCESS_FROM_PORT ((HyPortLibrary *) opaque);
zipsup.h 40 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 * portLib, HyZipEntry * entry))
    [all...]
hy2sie.h 76 // Following definitions substitute the HyPortLibrary simply with the JNIEnv
78 typedef JNIEnv HyPortLibrary;
80 #define PORT_ACCESS_FROM_ENV(env) HyPortLibrary *privatePortLibrary = env
81 #define PORT_ACCESS_FROM_PORT(portLibrary) HyPortLibrary *privatePortLibrary = portLibrary
zipsup.c 56 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 * portLib, HyZipFile * zipFile
    [all...]

Completed in 687 milliseconds