Searched refs:restEnd (Results 1 – 1 of 1) sorted by relevance
774 const char* const restEnd = restStart + restSize; in LZ4IO_fwriteSparse() local775 for (; (restPtr < restEnd) && (*restPtr == 0); restPtr++) ; in LZ4IO_fwriteSparse()777 if (restPtr != restEnd) { in LZ4IO_fwriteSparse()781 { size_t const sizeCheck = fwrite(restPtr, 1, restEnd - restPtr, file); in LZ4IO_fwriteSparse()782 …if (sizeCheck != (size_t)(restEnd - restPtr)) EXM_THROW(75, "Write error : cannot write decoded en… in LZ4IO_fwriteSparse()