Searched refs:initError (Results 1 - 1 of 1) sorted by path

/linux-master/lib/zstd/compress/
H A Dfse_compress.c606 { size_t const initError = BIT_initCStream(&bitC, dst, dstSize); local
607 if (FSE_isError(initError)) return 0; /* not enough space available to write a bitstream */ }

Completed in 251 milliseconds