OpenVAS Scanner 23.40.3
st_func_info Struct Reference

Define struct to store information about a called function. More...

Collaboration diagram for st_func_info:
Collaboration graph

Data Fields

gchar * func_name
gchar * caller_func
gchar * caller_file

Detailed Description

Define struct to store information about a called function.

Definition at line 32 of file lint.c.

Field Documentation

◆ caller_file

gchar* st_func_info::caller_file

Name of the file from where it is called

Definition at line 36 of file lint.c.

Referenced by free_list_func(), is_deffunc_used(), nasl_lint_def(), and reverse_search().

◆ caller_func

gchar* st_func_info::caller_func

Name of the function from where it is called

Definition at line 35 of file lint.c.

Referenced by free_list_func(), nasl_lint_def(), and reverse_search().

◆ func_name

gchar* st_func_info::func_name

Function name

Definition at line 34 of file lint.c.

Referenced by free_list_func(), is_deffunc_used(), nasl_lint_def(), and reverse_search().


The documentation for this struct was generated from the following file: