Home
last modified time | relevance | path

Searched refs:update_current_config_node (Results 1 – 3 of 3) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/main/
H A Dshell.h81 static void update_current_config_node(const std::string& node_name = "");
H A Dshell.cc177 update_current_config_node(table_name); in config_open_table()
217 void Shell::update_current_config_node(const std::string& node_name) in update_current_config_node() function in Shell
/dports/security/snort3/snort3-3.1.19.0/src/managers/
H A Dmodule_manager.cc585 Shell::update_current_config_node(); in begin()