Searched refs:needlen (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/unzip/
H A Dextract.c102 static void decompress_bits OF((uch *outptr, unsigned needlen,
2064 uch *extract_izvms_block(__G__ ebdata, size, retlen, init, needlen)
2070 unsigned needlen; variable
2084 if ((ucdata = (uch *)malloc(MAX(needlen, usiz))) == NULL)
2087 if (init && (usiz < needlen))
2088 memcpy((char *)ucdata, (ZCONST char *)init, needlen);
2126 static void decompress_bits(outptr, needlen, bitptr)
2128 unsigned needlen; /* Size of uncompressed block */
2138 while (needlen--)
H A Dunzpriv.h1844 ZCONST uch *init, unsigned needlen));

Completed in 98 milliseconds