OpenVAS Manager  7.0.3~git
namelist_s Struct Reference

A linked list to help caching results. More...

Collaboration diagram for namelist_s:
Collaboration graph

Data Fields

struct namelist_snext
 
size_t valoff
 
char * value
 
char name [1]
 

Detailed Description

A linked list to help caching results.

Definition at line 69 of file lsc_crypt.c.

Field Documentation

◆ name

char namelist_s::name[1]

Definition at line 78 of file lsc_crypt.c.

Referenced by lsc_crypt_encrypt().

◆ next

struct namelist_s* namelist_s::next

Definition at line 71 of file lsc_crypt.c.

Referenced by lsc_crypt_flush().

◆ valoff

size_t namelist_s::valoff

Definition at line 72 of file lsc_crypt.c.

◆ value

char* namelist_s::value

Definition at line 77 of file lsc_crypt.c.

Referenced by lsc_crypt_encrypt(), and lsc_crypt_flush().


The documentation for this struct was generated from the following file: