Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dhtable.h18 typedef struct HTABLE_INFO { struct
21 struct HTABLE_INFO *next; /* colliding entry */ argument
22 struct HTABLE_INFO *prev; /* colliding entry */ argument
23 } HTABLE_INFO; typedef
H A Dhtable.c332 void htable_walk(HTABLE *table, void (*action) (HTABLE_INFO *, void *), in htable_walk()