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

  /xsrc/external/mit/brotli/dist/c/dec/
state.c 121 BROTLI_DECODER_FREE(s, s->context_modes);
122 BROTLI_DECODER_FREE(s, s->context_map);
123 BROTLI_DECODER_FREE(s, s->dist_context_map);
124 BROTLI_DECODER_FREE(s, s->literal_hgroup.htrees);
125 BROTLI_DECODER_FREE(s, s->insert_copy_hgroup.htrees);
126 BROTLI_DECODER_FREE(s, s->distance_hgroup.htrees);
132 BROTLI_DECODER_FREE(s, s->ringbuffer);
133 BROTLI_DECODER_FREE(s, s->block_type_trees);
state.h 356 #define BROTLI_DECODER_FREE(S, X) { \
decode.c 1345 BROTLI_DECODER_FREE(s, old_ringbuffer);

Completed in 7 milliseconds