Lines Matching defs:result
479 size_t result;
482 result = LZ4F_createCompressionContext(&cctxPtr, LZ4F_VERSION);
483 FORWARD_IF_ERROR(result);
502 result = LZ4F_compressFrame_usingCDict(cctxPtr, dstBuffer, dstCapacity,
514 return result;
604 * If the result LZ4F_errorCode_t is not OK_NoError, there was an error during context creation.
1099 * The result of the function is the number of bytes written into dstBuffer.
1261 LZ4F_errorCode_t result = LZ4F_OK_NoError;
1263 result = (LZ4F_errorCode_t)dctx->dStage;
1268 return result;
1549 * The function result is an hint of the better srcSize to use for next call to LZ4F_decompress.