Searched refs:tmp_map (Results 1 – 2 of 2) sorted by relevance
331 cf_map_t *tmp_map = CALLOC(cf_map_t); in set_conf_kv() local332 if (!tmp_map) { in set_conf_kv()337 init_cf_map(tmp_map); in set_conf_kv()339 cur_map->cfm_next = tmp_map; in set_conf_kv()340 cur_map = tmp_map; in set_conf_kv()1437 cf_map_t *tmp_map = head_map; in process_all_regular_maps() local1443 if (!tmp_map) in process_all_regular_maps()1446 while (tmp_map) { in process_all_regular_maps()1447 if (process_one_regular_map(tmp_map) != 0) in process_all_regular_maps()1449 tmp_map = tmp_map->cfm_next; in process_all_regular_maps()[all …]
465 map_t tmp_map; in remap_svalue_ids() local477 tmp_map.put (sid, e); in remap_svalue_ids()484 for (map_t::iterator iter = tmp_map.begin (); in remap_svalue_ids()485 iter != tmp_map.end (); in remap_svalue_ids()