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