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

  /src/external/bsd/zstd/dist/zlibWrapper/
zstd_zlibwrapper.h 65 typedef enum { ZWRAP_FORCE_ZLIB, ZWRAP_AUTO } ZWRAP_decompress_type;
68 By default auto-detection of zstd and zlib streams in enabled (ZWRAP_AUTO).
zstd_zlibwrapper.c 94 static ZWRAP_decompress_type g_ZWRAPdecompressionType = ZWRAP_AUTO;
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c 457 else ZWRAP_setDecompressionType(ZWRAP_AUTO);
493 else ZWRAP_setDecompressionType(ZWRAP_AUTO);

Completed in 18 milliseconds