Greenbone Vulnerability Manager
22.4.0~dev1
|
Keyword. More...
#include <manage.h>
Data Fields | |
gchar * | column |
The column prefix, or NULL. | |
int | approx |
Whether the keyword is like "~example". | |
int | equal |
Whether the keyword is like "=example". | |
int | integer_value |
Integer value of the keyword. | |
double | double_value |
Floating point value of the keyword. | |
int | quoted |
Whether the keyword was quoted. | |
gchar * | string |
The keyword string, outer quotes removed. | |
keyword_type_t | type |
Type of keyword. | |
keyword_relation_t | relation |
The relation. | |
Keyword.