Searched refs:temp_ttl_db (Results 1 – 1 of 1) sorted by relevance
606 DBM *temp_ttl_db; in update_map_from_dit() local668 if ((temp_ttl_db = dbm_open(temp_ttl, O_RDWR | O_CREAT, 0644)) in update_map_from_dit()693 if (temp_ttl_db) in update_map_from_dit()694 dbm_close(temp_ttl_db); in update_map_from_dit()895 if (temp_ttl_db) in update_map_from_dit()896 dbm_close(temp_ttl_db); in update_map_from_dit()906 temp_map.ttl = temp_ttl_db; in update_map_from_dit()937 dbm_close(temp_ttl_db); in update_map_from_dit()1193 DBM *temp_ttl_db; in update_netgroup_byxxx() local1351 if ((temp_ttl_db = dbm_open(temp_ttl, O_RDWR | O_CREAT, 0644)) in update_netgroup_byxxx()[all …]