Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.h178 typedef struct jzcell { struct
182 } jzcell; argument
225 jzcell *entries; /* array of hash cells */
Dzip_util.c561 jzcell *entries; in readCEN()
723 const jzcell* cell = &entries[chain]; in readCEN()
1021 newEntry(jzfile *zip, jzcell *zc, AccessHint accessHint) in newEntry()
1191 jzcell *zc = &zip->entries[idx]; in ZIP_GetEntry()