Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dencode.c1606 uint8_t* tmp_literal_buf = NULL; in BrotliEncoderCompressStreamFast() local
1629 tmp_literal_buf = BROTLI_ALLOC(m, uint8_t, buf_size); in BrotliEncoderCompressStreamFast()
1631 BROTLI_IS_NULL(tmp_literal_buf)) { in BrotliEncoderCompressStreamFast()
1635 literal_buf = tmp_literal_buf; in BrotliEncoderCompressStreamFast()
1716 BROTLI_FREE(m, tmp_literal_buf); in BrotliEncoderCompressStreamFast()