Searched refs:csiz (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/unzip/
H A Dlist.c107 ulg csiz, tot_csize=0L, tot_ucsize=0L; local
303 csiz = G.crec.csize;
305 csiz -= 12; /* if encrypted, don't count encryption header */
306 if ((cfactor = ratio(G.crec.ucsize, csiz)) < 0) {
336 (*G.lpUserFunctions->SendApplicationMessage)(G.crec.ucsize, csiz,
348 G.crec.ucsize, methbuf, csiz, cfactorstr, mo, dy,
371 tot_csize += csiz;
H A Dextract.c2074 unsigned usiz, csiz; variable
2077 csiz = size - EB_IZVMS_HLEN;
2079 csiz : makeword(ebdata+EB_IZVMS_UCSIZ));
2100 ebdata+EB_IZVMS_HLEN, (ulg)csiz);
H A Dzipinfo.c2012 ulg csiz = G.crec.csize; local
2015 csiz -= 12; /* if encrypted, don't count encryption header */
2017 (ratio(G.crec.ucsize,csiz)+5)/10));

Completed in 45 milliseconds