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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/src/
H A Dcomp.c90 #define OUTBUFSIZE 16800 /* = inbufsize*1.01 + 12 (See zlib docs) */ macro
159 outbuf = (Bytef*)malloc(OUTBUFSIZE);
163 outsize = OUTBUFSIZE;
172 trashMemory(outbuf, OUTBUFSIZE);

Completed in 7 milliseconds