OpenVAS Scanner  7.0.0~git
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 39 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 43 of file lint.c.

Referenced by free_list_func(), 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 42 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 41 of file lint.c.

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


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