Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dencode.c1566 uint8_t* tmp_literal_buf = NULL; in BrotliEncoderCompressStreamFast() local
1586 tmp_literal_buf = BROTLI_ALLOC(m, uint8_t, buf_size); in BrotliEncoderCompressStreamFast()
1589 literal_buf = tmp_literal_buf; in BrotliEncoderCompressStreamFast()
1668 BROTLI_FREE(m, tmp_literal_buf); in BrotliEncoderCompressStreamFast()