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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/src/
H A Dcomp.c49 __unused uInt inplen )
112 comp_error_status comp_add_data(COMP_CTX* ctx,Bytef* inp,uInt inplen) argument
123 if(inplen+SHIFTSIZE>BUFSIZE)
125 blocksize = _MIN(inplen,BUFSIZE);
131 if(inplen+ctx->spaceused>BUFSIZE)
133 shifts = (uInt)ceil((inplen+ctx->spaceused-BUFSIZE)/(float)SHIFTSIZE);
138 memmove(buf+ctx->spaceused,inp,inplen);
139 ctx->spaceused += inplen;
H A Dcomp.h89 comp_error_status comp_add_data(COMP_CTX* ctx,Bytef* inp,uInt inplen);

Completed in 26 milliseconds