Greenbone Vulnerability Manager
22.4.0~dev1
|
A linked list to help caching results. More...
Data Fields | |
struct namelist_s * | next |
Next element in list. | |
size_t | valoff |
char * | value |
The value. | |
char | name [1] |
The name. | |
A linked list to help caching results.
size_t namelist_s::valoff |
Offset to the value in the plaintext buffer or 0 if VALUE below is used instead. Note that a value will never be at the begin of the plaintext buffer. VALOFF and VALUE 0/NULL indicates a NULL value.