Searched refs:new_commands (Results 1 – 2 of 2) sorted by relevance
26 new_commands = [ variable in install30 _nc = dict(new_commands)124 install.new_commands
1043 Command* new_commands; in EncodeData() local1048 new_commands = BROTLI_ALLOC(m, Command, newsize); in EncodeData()1049 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(new_commands)) return BROTLI_FALSE; in EncodeData()1051 memcpy(new_commands, s->commands_, sizeof(Command) * s->num_commands_); in EncodeData()1054 s->commands_ = new_commands; in EncodeData()1300 Command* new_commands = BROTLI_ALLOC(m, Command, new_cmd_alloc_size); in BrotliCompressBufferQuality10() local1301 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(new_commands)) goto oom; in BrotliCompressBufferQuality10()1304 memcpy(new_commands, commands, sizeof(Command) * num_commands); in BrotliCompressBufferQuality10()1307 commands = new_commands; in BrotliCompressBufferQuality10()