Searched defs:small (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/bzip2/ |
H A D | oldapi.c | 52 bzDecompressInit(bz_stream *strm, int verbosity, int small) argument 54 return (BZ2_bzDecompressInit(strm, verbosity, small)); 70 bzReadOpen(int *bzerror, FILE *f, int verbosity, int small, void *unused, argument 73 return (BZ2_bzReadOpen(bzerror, f, verbosity, small, unused, nUnused)); 125 unsigned int sourceLen, int small, int verbosity) 128 small, verbosity)); 124 bzBuffToBuffDecompress(char *dest, unsigned int *destLen, char *source, unsigned int sourceLen, int small, int verbosity) argument
|
Completed in 14 milliseconds