HomeSort by: relevance | last modified time | path
    Searched defs:ZSTD_createDCtx (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c 310 ZSTD_DCtx* ZSTD_createDCtx(void)
312 DEBUGLOG(3, "ZSTD_createDCtx");
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v03.c 2981 static ZSTD_DCtx* ZSTD_createDCtx(void)
3084 return (ZSTDv03_Dctx*)ZSTD_createDCtx();
zstd_v02.c 3341 static ZSTD_DCtx* ZSTD_createDCtx(void)
3444 return (ZSTDv02_Dctx*)ZSTD_createDCtx();
zstd_v04.c 237 Use ZSTD_createDCtx() / ZSTD_freeDCtx() to manage it.
2469 static ZSTD_DCtx* ZSTD_createDCtx(void)
3329 zbc->zc = ZSTD_createDCtx();
3559 ZSTD_DCtx* dctx = ZSTD_createDCtx();
3597 ZSTD_DCtx* ZSTDv04_createDCtx(void) { return ZSTD_createDCtx(); }

Completed in 43 milliseconds