Go to the source code of this file.
◆ nasl_get_filename()
| const char * nasl_get_filename |
( |
const char * | function | ) |
|
◆ nasl_get_function_name()
| const char * nasl_get_function_name |
( |
void | | ) |
|
◆ nasl_get_include_order()
| int nasl_get_include_order |
( |
const char * | c | ) |
|
◆ nasl_get_plugin_filename()
| const char * nasl_get_plugin_filename |
( |
void | | ) |
|
Get the current launched plugin filename.
- Returns
- Filename of the current running plugin.
◆ nasl_perror()
| void nasl_perror |
( |
lex_ctxt * | lexic, |
|
|
char * | msg, |
|
|
| ... ) |
◆ nasl_set_filename()
| void nasl_set_filename |
( |
const char * | filename | ) |
|
◆ nasl_set_function_filename()
| void nasl_set_function_filename |
( |
const char * | function | ) |
|
◆ nasl_set_function_name()
| void nasl_set_function_name |
( |
const char * | funname | ) |
|
◆ nasl_set_plugin_filename()
| void nasl_set_plugin_filename |
( |
const char * | filename | ) |
|
Set the current launched plugin filename.
- Parameters
-
| [in] | filename | Filename of the current plugin. |
◆ nasl_trace()
| void nasl_trace |
( |
lex_ctxt * | lexic, |
|
|
char * | msg, |
|
|
| ... ) |
Prints debug message in printf fashion to nasl_trace_fp if it exists.
Like nasl_perror, but to the nasl_trace_fp.
◆ nasl_trace_enabled()
| int nasl_trace_enabled |
( |
void | | ) |
|
Checks if the nasl_trace_fp is set.
- Returns
- 0 if nasl_trace_fp == NULL, 1 otherwise.