Searched refs:cmi_path_alloc (Results 1 – 1 of 1) sorted by relevance
3774 static size_t cmi_path_alloc; variable4548 cmi_path_alloc = 0; in set_cmi_repo()4578 if (cmi_path_alloc < cmi_repo_length + len + 2) in maybe_add_cmi_prefix()4581 cmi_path_alloc = cmi_repo_length + len * 2 + 2; in maybe_add_cmi_prefix()4582 cmi_path = XNEWVEC (char, cmi_path_alloc); in maybe_add_cmi_prefix()