Searched refs:BROTLI_DECODER_PARAM_LARGE_WINDOW (Results 1 – 4 of 4) sorted by relevance
63 BrotliDecoderSetParameter(ctx.decoder, BROTLI_DECODER_PARAM_LARGE_WINDOW, 1); in main()
142 BROTLI_DECODER_PARAM_LARGE_WINDOW = 1 enumerator
879 BrotliDecoderSetParameter(s, BROTLI_DECODER_PARAM_LARGE_WINDOW, 1u); in DecompressFiles()
68 case BROTLI_DECODER_PARAM_LARGE_WINDOW: in BrotliDecoderSetParameter()