OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:censize
(Results
1 - 1
of
1
) sorted by null
/libcore/ojluni/src/main/native/
zip_util.c
69
#define
CENSIZE
(cen) (CENHDR + CENNAM(cen) + CENEXT(cen) + CENCOM(cen))
531
for (i = 0; i + CENHDR <= end - beg; i +=
CENSIZE
(beg + i))
671
for (i = 0, cp = cenbuf; cp <= cenend - CENHDR; i++, cp +=
CENSIZE
(cp)) {
970
jint
censize
;
local
977
censize
=
CENSIZE
(cen);
978
if (
censize
<= bufsize) return cen;
979
if ((cen = realloc(cen,
censize
)) == NULL) goto Catch;
980
if (readFullyAt(zfd, cen+bufsize,
censize
-bufsize, cenpos + bufsize) == -1) goto Catch;
998
if (cenpos +
CENSIZE
(cen) <= cache->pos + CENCACHE_PAGESIZE
[
all
...]
Completed in 375 milliseconds