Home
last modified time | relevance | path

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

/dports/security/snort3/snort3-3.1.19.0/src/detection/
H A Dfp_utils.cc567 static std::list<Mpse*> s_tbd; variable
574 if ( s_tbd.empty() ) in get_mpse()
577 Mpse* m = s_tbd.front(); in get_mpse()
578 s_tbd.pop_front(); in get_mpse()
599 s_tbd.push_back(m); in queue_mpse()