OpenVAS Scanner
7.0.0~git
|
Go to the source code of this file.
Data Structures | |
struct | st_nasl_func |
Typedefs | |
typedef struct st_nasl_func | nasl_func |
Functions | |
nasl_func * | func_is_internal (const char *) |
void | free_func (nasl_func *) |
typedef struct st_nasl_func nasl_func |
Type for a built-in nasl function.
void free_func | ( | nasl_func * | ) |
Definition at line 269 of file nasl_func.c.
References st_nasl_func::func_name.
Referenced by init_empty_lex_ctxt().
nasl_func* func_is_internal | ( | const char * | ) |
Definition at line 486 of file nasl_init.c.
References libfuncs, and name.
Referenced by get_func(), and nasl_func_call().