OpenVAS Scanner
7.0.0~git
|
Define struct to store information about a called function. More...
Data Fields | |
gchar * | func_name |
gchar * | caller_func |
gchar * | caller_file |
gchar* st_func_info::caller_file |
Name of the file from where it is called
Definition at line 43 of file lint.c.
Referenced by free_list_func(), nasl_lint_def(), and reverse_search().
gchar* st_func_info::caller_func |
Name of the function from where it is called
Definition at line 42 of file lint.c.
Referenced by free_list_func(), nasl_lint_def(), and reverse_search().
gchar* st_func_info::func_name |
Function name
Definition at line 41 of file lint.c.
Referenced by free_list_func(), nasl_lint_def(), and reverse_search().