HomeSort by relevance Sort by last modified time
    Searched refs:custom_dictionary (Results 1 - 2 of 2) sorted by null

  /external/brotli/python/
bro.py 152 custom_dictionary = dictfile.read()
154 custom_dictionary = ''
158 data = brotli.decompress(data, dictionary=custom_dictionary)
166 dictionary=custom_dictionary)
_brotli.cc 177 uint8_t* custom_dictionary = NULL; local
190 &custom_dictionary, &custom_dictionary_length);
210 custom_dictionary);
423 const uint8_t *input, *custom_dictionary; local
429 custom_dictionary = NULL;
435 &custom_dictionary, &custom_dictionary_length);
446 BrotliDecoderSetCustomDictionary(state, custom_dictionary_length, custom_dictionary);

Completed in 4862 milliseconds