Home
last modified time | relevance | path

Searched refs:restPtr (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/zstd/programs/
H A Dfileio.c1983 const char* restPtr = restStart; in FIO_fwriteSparse() local
1986 for ( ; (restPtr < restEnd) && (*restPtr == 0); restPtr++) ; in FIO_fwriteSparse()
1987 storedSkips += (unsigned) (restPtr - restStart); in FIO_fwriteSparse()
1988 if (restPtr != restEnd) { in FIO_fwriteSparse()
1990 size_t const restSize = (size_t)(restEnd - restPtr); in FIO_fwriteSparse()
1993 if (fwrite(restPtr, 1, restSize, file) != restSize) in FIO_fwriteSparse()