HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_nextInputType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/
zstd.h 2998 Note : it's possible to know if next input to present is a header or a block, using ZSTD_nextInputType().
3028 ZSTDLIB_STATIC_API ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx);
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c 1242 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx) {
2382 nextSrcSizeHint += ZSTD_blockHeaderSize * (ZSTD_nextInputType(zds) == ZSTDnit_block); /* preload header of next block */
  /src/external/bsd/zstd/dist/tests/
fuzzer.c 744 ZSTD_nextInputType;

Completed in 44 milliseconds