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

  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v06.c 4005 size_t const h2Result = ZSTDv06_decompressContinue(zbd->zd, NULL, 0, zbd->headerBuffer+h1Size, h2Size);
4006 if (ZSTDv06_isError(h2Result)) return h2Result;
zstd_v07.c 4384 size_t const h2Result = ZSTDv07_decompressContinue(zbd->zd, NULL, 0, zbd->headerBuffer+h1Size, h2Size);
4385 if (ZSTDv07_isError(h2Result)) return h2Result;

Completed in 31 milliseconds