table of contents
sds_ht_value(3) | dirsrv | sds_ht_value(3) |
NAME¶
sds_ht_value
SYNOPSIS¶
#include <sds.h>
Data Fields¶
uint32_t checksum
void * key
void * value
Detailed Description¶
ht values
Field Documentation¶
uint32_t sds_ht_value::checksum¶
the checksum
void* sds_ht_value::key¶
the key
void* sds_ht_value::value¶
the key value
Author¶
Generated automatically by Doxygen for dirsrv from the source code.
Thu May 23 2024 | Version 1.4.3.39 |