Home
last modified time | relevance | path

Searched defs:HTABLE (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dhtable.h27 typedef struct HTABLE { struct
30 HTABLE_INFO **data; /* entries array, auto-resized */ argument
31 HTABLE_INFO **seq_bucket; /* current sequence hash bucket */ argument
32 HTABLE_INFO **seq_element; /* current sequence element */ argument
33 } HTABLE; typedef