Lines Matching refs:BROTLI_FALSE
137 if (state->is_initialized_) return BROTLI_FALSE; in BrotliEncoderSetParameter()
157 if ((value != 0) && (value != 1)) return BROTLI_FALSE; in BrotliEncoderSetParameter()
177 default: return BROTLI_FALSE; in BrotliEncoderSetParameter()
409 return BROTLI_FALSE; in ShouldUseComplexStaticContextMap()
456 return BROTLI_FALSE; in ShouldUseComplexStaticContextMap()
500 if (bytes <= 2) return BROTLI_FALSE; in ShouldCompress()
516 return BROTLI_FALSE; in ShouldCompress()
676 if (BROTLI_IS_OOM(&s->memory_manager_)) return BROTLI_FALSE; in EnsureInitialized()
711 params->large_window = BROTLI_FALSE; in BrotliEncoderInitParams()
716 params->disable_literal_context_modeling = BROTLI_FALSE; in BrotliEncoderInitParams()
747 s->is_last_block_emitted_ = BROTLI_FALSE; in BrotliEncoderInitState()
748 s->is_initialized_ = BROTLI_FALSE; in BrotliEncoderInitState()
942 if (s->is_last_block_emitted_) return BROTLI_FALSE; in EncodeData()
946 return BROTLI_FALSE; in EncodeData()
954 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in EncodeData()
971 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in EncodeData()
975 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in EncodeData()
984 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in EncodeData()
992 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in EncodeData()
1012 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in EncodeData()
1028 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in EncodeData()
1040 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in EncodeData()
1047 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in EncodeData()
1103 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in EncodeData()
1111 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in EncodeData()
1370 ok = BROTLI_FALSE; in BrotliCompressBufferQuality10()
1383 return BROTLI_FALSE; in BrotliCompressBufferQuality10()
1442 return BROTLI_FALSE; in BrotliEncoderCompress()
1464 return BROTLI_FALSE; in BrotliEncoderCompress()
1471 BROTLI_BOOL result = BROTLI_FALSE; in BrotliEncoderCompress()
1491 if (!max_out_size) return BROTLI_FALSE; in BrotliEncoderCompress()
1497 return BROTLI_FALSE; in BrotliEncoderCompress()
1546 return BROTLI_FALSE; in InjectFlushOrPushOutput()
1571 return BROTLI_FALSE; in BrotliEncoderCompressStreamFast()
1579 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in BrotliEncoderCompressStreamFast()
1587 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in BrotliEncoderCompressStreamFast()
1623 inplace = BROTLI_FALSE; in BrotliEncoderCompressStreamFast()
1625 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in BrotliEncoderCompressStreamFast()
1630 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in BrotliEncoderCompressStreamFast()
1636 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in BrotliEncoderCompressStreamFast()
1641 if (BROTLI_IS_OOM(m)) return BROTLI_FALSE; in BrotliEncoderCompressStreamFast()
1676 if (*available_in > (1u << 24)) return BROTLI_FALSE; in ProcessMetadata()
1684 return BROTLI_FALSE; in ProcessMetadata()
1694 BROTLI_BOOL result = EncodeData(s, BROTLI_FALSE, BROTLI_TRUE, in ProcessMetadata()
1696 if (!result) return BROTLI_FALSE; in ProcessMetadata()
1760 if (!EnsureInitialized(s)) return BROTLI_FALSE; in BrotliEncoderCompressStream()
1764 if (*available_in != s->remaining_metadata_bytes_) return BROTLI_FALSE; in BrotliEncoderCompressStream()
1765 if (op != BROTLI_OPERATION_EMIT_METADATA) return BROTLI_FALSE; in BrotliEncoderCompressStream()
1776 return BROTLI_FALSE; in BrotliEncoderCompressStream()
1780 return BROTLI_FALSE; in BrotliEncoderCompressStream()
1816 if (!result) return BROTLI_FALSE; in BrotliEncoderCompressStream()