Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dencode.c1564 uint32_t* tmp_command_buf = NULL; in BrotliEncoderCompressStreamFast() local
1585 tmp_command_buf = BROTLI_ALLOC(m, uint32_t, buf_size); in BrotliEncoderCompressStreamFast()
1588 command_buf = tmp_command_buf; in BrotliEncoderCompressStreamFast()
1667 BROTLI_FREE(m, tmp_command_buf); in BrotliEncoderCompressStreamFast()