Home
last modified time | relevance | path

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

/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp45 ,stat_cache_(NULL) in InterfaceTreeModel()
55 if (stat_cache_) { in ~InterfaceTreeModel()
56 capture_stat_stop(stat_cache_); in ~InterfaceTreeModel()
57 stat_cache_ = NULL; in ~InterfaceTreeModel()
414 if (stat_cache_) in stopStatistic()
416 capture_stat_stop(stat_cache_); in stopStatistic()
417 stat_cache_ = NULL; in stopStatistic()
433 if (!stat_cache_) in updateStatistic()
437 stat_cache_ = capture_stat_start(&global_capture_opts); in updateStatistic()
443 if (capture_stats(stat_cache_, device->name, &stats)) in updateStatistic()
H A Dinterface_tree_model.h96 if_stat_cache_t *stat_cache_; variable
/dports/net/wireshark/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp45 ,stat_cache_(NULL) in InterfaceTreeModel()
55 if (stat_cache_) { in ~InterfaceTreeModel()
56 capture_stat_stop(stat_cache_); in ~InterfaceTreeModel()
57 stat_cache_ = NULL; in ~InterfaceTreeModel()
414 if (stat_cache_) in stopStatistic()
416 capture_stat_stop(stat_cache_); in stopStatistic()
417 stat_cache_ = NULL; in stopStatistic()
433 if (!stat_cache_) in updateStatistic()
437 stat_cache_ = capture_stat_start(&global_capture_opts); in updateStatistic()
443 if (capture_stats(stat_cache_, device->name, &stats)) in updateStatistic()
H A Dinterface_tree_model.h96 if_stat_cache_t *stat_cache_; variable
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp45 ,stat_cache_(NULL)
55 if (stat_cache_) {
56 capture_stat_stop(stat_cache_);
57 stat_cache_ = NULL;
414 if (stat_cache_)
416 capture_stat_stop(stat_cache_);
417 stat_cache_ = NULL;
433 if (!stat_cache_)
437 stat_cache_ = capture_stat_start(&global_capture_opts);
443 if (capture_stats(stat_cache_, device->name, &stats))
H A Dinterface_tree_model.h96 if_stat_cache_t *stat_cache_; variable
/dports/net/tshark/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp45 ,stat_cache_(NULL)
55 if (stat_cache_) {
56 capture_stat_stop(stat_cache_);
57 stat_cache_ = NULL;
414 if (stat_cache_)
416 capture_stat_stop(stat_cache_);
417 stat_cache_ = NULL;
433 if (!stat_cache_)
437 stat_cache_ = capture_stat_start(&global_capture_opts);
443 if (capture_stats(stat_cache_, device->name, &stats))
H A Dinterface_tree_model.h96 if_stat_cache_t *stat_cache_; variable
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dcapture_options_dialog.h108 if_stat_cache_t *stat_cache_; variable
H A Dcapture_options_dialog.cpp183 stat_cache_ = NULL; in CaptureOptionsDialog()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dcapture_options_dialog.h108 if_stat_cache_t *stat_cache_; variable
H A Dcapture_options_dialog.cpp183 stat_cache_ = NULL; in CaptureOptionsDialog()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dcapture_options_dialog.h108 if_stat_cache_t *stat_cache_; variable
H A Dcapture_options_dialog.cpp183 stat_cache_ = NULL; in CaptureOptionsDialog()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dcapture_options_dialog.h108 if_stat_cache_t *stat_cache_; variable
H A Dcapture_options_dialog.cpp183 stat_cache_ = NULL; in CaptureOptionsDialog()