#include <dbm_patricia.h>
Public Types | |
typedef u_int16_t | length |
length of key, formated like bit | |
typedef u_int16_t | bit |
bit number to test for patricia | |
typedef dbm_offset_t | left |
left branch for patricia search | |
typedef dbm_offset_t | right |
right branch for same | |
Data Fields | |
union { | |
u_int8_t key [0] | |
start of key | |
dbm_offset_t key_ptr [0] | |
pointer to key | |
} | patnode_keys |