|
OpenVAS Libraries
8.0.8
|
#include <string.h>#include <stdlib.h>#include <glib.h>#include "arglists.h"#include "openvas_logging.h"Data Structures | |
| struct | name_cache |
| Struct to cache names (keys) of arglist entries. More... | |
Macros | |
| #define | HASH_MAX 2713 |
Functions | |
| void | arg_add_value (struct arglist *arglst, const char *name, int type, void *value) |
| int | arg_set_value (struct arglist *arglst, const char *name, void *value) |
| int | arg_get_value_int (struct arglist *args, const char *name) |
| void * | arg_get_value (struct arglist *args, const char *name) |
| int | arg_get_type (struct arglist *args, const char *name) |
| void | arg_dump (struct arglist *args, int level) |
| void | arg_free (struct arglist *arg) |
| void | arg_free_all (struct arglist *arg) |
| void | arg_del_value (struct arglist *args, const char *name) |
| #define HASH_MAX 2713 |
| void arg_add_value | ( | struct arglist * | arglst, |
| const char * | name, | ||
| int | type, | ||
| void * | value | ||
| ) |
| void arg_del_value | ( | struct arglist * | args, |
| const char * | name | ||
| ) |
| void arg_dump | ( | struct arglist * | args, |
| int | level | ||
| ) |
| void arg_free | ( | struct arglist * | arg | ) |
| void arg_free_all | ( | struct arglist * | arg | ) |
| int arg_get_type | ( | struct arglist * | args, |
| const char * | name | ||
| ) |
| void* arg_get_value | ( | struct arglist * | args, |
| const char * | name | ||
| ) |
| int arg_get_value_int | ( | struct arglist * | args, |
| const char * | name | ||
| ) |
| int arg_set_value | ( | struct arglist * | arglst, |
| const char * | name, | ||
| void * | value | ||
| ) |
1.8.11