Home
last modified time | relevance | path

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

/aosp_15_r20/external/brotli/c/enc/
H A Dencode.c1604 uint32_t* tmp_command_buf = NULL; in BrotliEncoderCompressStreamFast() local
1628 tmp_command_buf = BROTLI_ALLOC(m, uint32_t, buf_size); in BrotliEncoderCompressStreamFast()
1630 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(tmp_command_buf) || in BrotliEncoderCompressStreamFast()
1634 command_buf = tmp_command_buf; in BrotliEncoderCompressStreamFast()
1715 BROTLI_FREE(m, tmp_command_buf); in BrotliEncoderCompressStreamFast()
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dencode.c1656 uint32_t* tmp_command_buf = NULL; in BrotliEncoderCompressStreamFast() local
1680 tmp_command_buf = BROTLI_ALLOC(m, uint32_t, buf_size); in BrotliEncoderCompressStreamFast()
1682 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(tmp_command_buf) || in BrotliEncoderCompressStreamFast()
1686 command_buf = tmp_command_buf; in BrotliEncoderCompressStreamFast()
1766 BROTLI_FREE(m, tmp_command_buf); in BrotliEncoderCompressStreamFast()