Searched refs:tmp_literal_buf (Results 1 – 1 of 1) sorted by relevance
1566 uint8_t* tmp_literal_buf = NULL; in BrotliEncoderCompressStreamFast() local1586 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()