Home
last modified time | relevance | path

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

/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dhtable.h16 typedef struct HTABLE_INFO { struct
19 struct HTABLE_INFO *next; /* colliding entry */ argument
20 struct HTABLE_INFO *prev; /* colliding entry */ argument
21 } HTABLE_INFO; typedef
H A Dhtable.c315 void htable_walk(HTABLE *table, void (*action) (HTABLE_INFO *, void *), in htable_walk()