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
1006 Command* new_commands; in EncodeData() local1011 new_commands = BROTLI_ALLOC(m, Command, newsize); in EncodeData()1014 memcpy(new_commands, s->commands_, sizeof(Command) * s->num_commands_); in EncodeData()1017 s->commands_ = new_commands; in EncodeData()1256 Command* new_commands = BROTLI_ALLOC(m, Command, new_cmd_alloc_size); in BrotliCompressBufferQuality10() local1260 memcpy(new_commands, commands, sizeof(Command) * num_commands); in BrotliCompressBufferQuality10()1263 commands = new_commands; in BrotliCompressBufferQuality10()