Searched refs:p_bootstrap_map (Results 1 – 1 of 1) sorted by relevance
653 bootstrap_map::t* p_bootstrap_map = bootstrap_map::get(); in rtl_bootstrap_args_open() local654 bootstrap_map::t::const_iterator iFind( p_bootstrap_map->find( iniName ) ); in rtl_bootstrap_args_open()655 if (iFind == p_bootstrap_map->end()) in rtl_bootstrap_args_open()661 p_bootstrap_map = bootstrap_map::get(); in rtl_bootstrap_args_open()662 iFind = p_bootstrap_map->find( iniName ); in rtl_bootstrap_args_open()663 if (iFind == p_bootstrap_map->end()) in rtl_bootstrap_args_open()667 p_bootstrap_map->insert( in rtl_bootstrap_args_open()699 bootstrap_map::t* p_bootstrap_map = bootstrap_map::get(); in rtl_bootstrap_args_close() local701 p_bootstrap_map->find( that->_iniName )->second == that ); in rtl_bootstrap_args_close()713 if (p_bootstrap_map->size() > nLeaking) in rtl_bootstrap_args_close()[all …]
Completed in 26 milliseconds