Lines Matching refs:BROTLI_IS_NULL
215 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(s->storage_)) return NULL; in GetBrotliStorage()
254 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(s->large_table_)) return 0; in GetHashTable()
988 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(s->command_buf_) || in EncodeData()
989 BROTLI_IS_NULL(s->literal_buf_)) { in EncodeData()
1049 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(new_commands)) return BROTLI_FALSE; in EncodeData()
1281 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(nodes)) goto oom; in BrotliCompressBufferQuality10()
1301 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(new_commands)) goto oom; in BrotliCompressBufferQuality10()
1333 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(storage)) goto oom; in BrotliCompressBufferQuality10()
1344 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(storage)) goto oom; in BrotliCompressBufferQuality10()
1368 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(storage)) goto oom; in BrotliCompressBufferQuality10()
1619 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(s->command_buf_) || in BrotliEncoderCompressStreamFast()
1620 BROTLI_IS_NULL(s->literal_buf_)) { in BrotliEncoderCompressStreamFast()
1630 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(tmp_command_buf) || in BrotliEncoderCompressStreamFast()
1631 BROTLI_IS_NULL(tmp_literal_buf)) { in BrotliEncoderCompressStreamFast()