Home | History | Annotate | Download | only in native

Lines Matching refs:jzfile

69 static jzfile *zfiles = 0;      /* currently open zip files */
72 static void freeCEN(jzfile *);
219 static jzfile *
222 jzfile *zip;
223 if (((zip = calloc(1, sizeof(jzfile))) != NULL) &&
241 freeZip(jzfile *zip)
269 static jboolean verifyEND(jzfile *zip, jlong endpos, char *endbuf) {
294 findEND(jzfile *zip, void *endbuf)
372 findEND64(jzfile *zip, void *end64buf, jlong endpos)
453 growMetaNames(jzfile *zip)
473 addMetaName(jzfile *zip, const char *name, int length)
501 freeMetaNames(jzfile *zip)
514 freeCEN(jzfile *zip)
546 readCEN(jzfile *zip, jint knownTotal)
765 * Opens a zip file with the specified mode. Returns the jzfile object
770 jzfile *
773 jzfile *zip = NULL;
790 * Returns the jzfile corresponding to the given file name from the cache of
796 jzfile *
800 jzfile *zip;
835 * Reads data from the given file descriptor to create a jzfile, puts the
836 * jzfile in a cache, and returns that jzfile. Returns NULL in case of error.
842 jzfile *
848 jzfile *
854 jzfile *zip;
919 * Opens a zip file for reading. Returns the jzfile object or NULL
924 jzfile * JNICALL
927 jzfile *file = ZIP_Open_Generic(name, pmsg, O_RDONLY, 0);
939 ZIP_Close(jzfile *zip)
951 jzfile *zp;
971 readCENHeader(jzfile *zip, jlong cenpos, jint bufsize)
992 sequentialAccessReadCENHeader(jzfile *zip, jlong cenpos)
1024 newEntry(jzfile *zip, jzcell *zc, AccessHint accessHint)
1138 ZIP_FreeEntry(jzfile *jz, jzentry *ze)
1159 ZIP_GetEntry(jzfile *zip, char *name, jint ulen)
1186 ZIP_GetEntry2(jzfile *zip, char *name, jint ulen, jboolean addSlash)
1282 ZIP_GetNextEntry(jzfile *zip, jint n)
1298 ZIP_Lock(jzfile *zip)
1307 ZIP_Unlock(jzfile *zip)
1318 ZIP_GetEntryDataOffset(jzfile *zip, jzentry *entry)
1354 ZIP_Read(jzfile *zip, jzentry *entry, jlong pos, void *buf, jint len)
1418 InflateFully(jzfile *zip, jzentry *entry, void *buf, char **msg)
1482 ZIP_FindEntry(jzfile *zip, char *name, jint *sizeP, jint *nameLenP)
1499 ZIP_ReadEntry(jzfile *zip, jzentry *entry, unsigned char *buf, char *entryname)