Open SCAP Library
|
Element name cache structure. More...
#include <ncache.h>
Data Fields | |
pthread_rwlock_t | lock |
pthread read-write lock | |
SEXP_t ** | name |
array of S-exp refs | |
size_t | real |
number of cached names | |
size_t | size |
pre-allocated size | |
Element name cache structure.
This structure contains an array of cached string S-exps representing the names of elements.