Home
last modified time | relevance | path

Searched refs:large_table_ (Results 1 – 1 of 1) sorted by relevance

/external/brotli/c/enc/
Dencode.c96 int* large_table_; /* Allocated only when needed */ member
252 BROTLI_FREE(m, s->large_table_); in GetHashTable()
253 s->large_table_ = BROTLI_ALLOC(m, int, htsize); in GetHashTable()
254 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(s->large_table_)) return 0; in GetHashTable()
256 table = s->large_table_; in GetHashTable()
770 s->large_table_ = NULL; in BrotliEncoderInitState()
825 BROTLI_FREE(m, s->large_table_); in BrotliEncoderCleanupState()