Searched refs:inBuffSize (Results 1 – 1 of 1) sorted by relevance
535 size_t sizeCheck, nextToRead, outBuffSize, inBuffSize; in decodeLZ4S() local546 outBuffSize = 0; inBuffSize = 0; sizeCheck = MAGICNUMBER_SIZE; in decodeLZ4S()553 errorCode = LZ4F_getFrameInfo(ctx, &frameInfo, NULL, &inBuffSize); in decodeLZ4S()558 inBuffSize = outBuffSize + 4; in decodeLZ4S()559 inBuff = (char*)malloc(inBuffSize); in decodeLZ4S()