Searched defs:zc (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c381 jzcell *zc = &entries[count]; local
419 zc->size = CENLEN(cp);
420 zc->csize = CENSIZ(cp);
421 zc->crc = CENCRC(cp);
424 zc->csize = 0;
446 zc->pos = CENOFF(cp) + locpos;
447 zc->nelen = nlen + elen;
448 zc->hash = hash(name);
449 zc->cenpos = cenpos + (cp - cenbuf);
450 zc
626 readLOC(jzfile *zip, jzcell *zc) argument
774 jzcell *zc = &zip->entries[idx]; local
[all...]

Completed in 17 milliseconds