ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
A hashable key-value pair for an access reference map. More...
#include <access_ref.h>
Data Fields | |
char | key [KEY_LEN+1] |
char | val [VAL_LEN+1] |
UT_hash_handle | hh_k |
UT_hash_handle | hh_v |
char * | val |
UT_hash_handle | hh |
A hashable key-value pair for an access reference map.
Both key-to-value and value-to-key lookups are supported.
Definition at line 53 of file access_ref.h.