Home
last modified time | relevance | path

Searched refs:htable_sequence (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dhtable.h43 extern HTABLE_INFO *htable_sequence(HTABLE *, int);
H A Dhtable.c368 HTABLE_INFO *htable_sequence(HTABLE *table, int how) in htable_sequence() function
418 for (i = 0, op = HTABLE_SEQ_FIRST; htable_sequence(hash, op) != 0; in main()
H A Ddict_ht.c128 ht = htable_sequence(dict_ht->table, in dict_ht_sequence()