Home
last modified time | relevance | path

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

/dports/security/gvmd/gvmd-21.4.4/src/
H A Dmanage_sql_report_formats.c3711 gchar **rf_dependencies, **current_rf_dependency; in apply_report_format() local
3720 current_rf_dependency = rf_dependencies; in apply_report_format()
3722 while (*current_rf_dependency) in apply_report_format()
3739 if (g_hash_table_contains (subreports, *current_rf_dependency) in apply_report_format()
3742 subreport_file = apply_report_format (*current_rf_dependency, in apply_report_format()
3750 g_strdup (*current_rf_dependency), in apply_report_format()
3755 current_rf_dependency ++; in apply_report_format()