Home
last modified time | relevance | path

Searched refs:jzcell (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/native/
Dzip_util.h180 typedef struct jzcell { struct
184 } jzcell; argument
227 jzcell *entries; /* array of hash cells */
Dzip_util.c563 jzcell *entries; in readCEN()
728 const jzcell* cell = &entries[chain]; in readCEN()
1026 newEntry(jzfile *zip, jzcell *zc, AccessHint accessHint) in newEntry()
1224 jzcell *zc = &zip->entries[idx]; in ZIP_GetEntry2()