Searched refs:restPtr (Results 1 – 1 of 1) sorted by relevance
917 const char* restPtr = restStart; in LZ4IO_fwriteSparse() local920 for (; (restPtr < restEnd) && (*restPtr == 0); restPtr++) ; in LZ4IO_fwriteSparse()921 storedSkips += (unsigned) (restPtr - restStart); in LZ4IO_fwriteSparse()922 if (restPtr != restEnd) { in LZ4IO_fwriteSparse()926 { size_t const sizeCheck = fwrite(restPtr, 1, (size_t)(restEnd - restPtr), file); in LZ4IO_fwriteSparse()927 …if (sizeCheck != (size_t)(restEnd - restPtr)) EXM_THROW(75, "Write error : cannot write decoded en… in LZ4IO_fwriteSparse()