Searched refs:matches_capacity (Results 1 – 1 of 1) sorted by relevance
1037 unsigned matches_capacity; member1166 vm->matches_capacity = 8; in init_varying_matches()1168 ralloc_array(mem_ctx, struct match, vm->matches_capacity); in init_varying_matches()1345 if (vm->num_matches == vm->matches_capacity) { in varying_matches_record()1346 vm->matches_capacity *= 2; in varying_matches_record()1348 reralloc(mem_ctx, vm->matches, struct match, vm->matches_capacity); in varying_matches_record()2693 if (vm->num_matches == vm->matches_capacity) { in assign_final_varying_locations()2694 vm->matches_capacity *= 2; in assign_final_varying_locations()2697 vm->matches_capacity); in assign_final_varying_locations()2757 if (vm->num_matches == vm->matches_capacity) { in assign_final_varying_locations()[all …]