OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outBuff
(Results
1 - 2
of
2
) sorted by null
/external/lz4/programs/
lz4io.c
532
char*
outBuff
;
560
outBuff
= (char*)malloc(outBuffSize);
561
if (!inBuff || !
outBuff
) EXM_THROW(65, "Allocation error : not enough memory");
573
errorCode = LZ4F_decompress(ctx,
outBuff
, &decodedBytes, inBuff, &sizeCheck, NULL);
580
sizeCheck = fwrite(
outBuff
, 1, decodedBytes, foutput);
586
free(
outBuff
);
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar
Completed in 768 milliseconds