OpenVAS Libraries
9.0.1
|
#include <nasl_tree.h>
Data Fields | |
short | type |
short | line_nb |
short | ref_count |
int | size |
union { | |
char * str_val | |
long int i_val | |
void * ref_val | |
} | x |
struct TC * | link [4] |
long int TC::i_val |
short TC::line_nb |
struct TC* TC::link[4] |
short TC::ref_count |
void* TC::ref_val |
int TC::size |
char* TC::str_val |
short TC::type |
union { ... } TC::x |