Home
last modified time | relevance | path

Searched refs:binhash_sequence (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dbinhash.h44 extern BINHASH_INFO *binhash_sequence(BINHASH *, int);
H A Dbinhash.c373 BINHASH_INFO *binhash_sequence(BINHASH *table, int how) in binhash_sequence() function
425 for (i = 0, op = BINHASH_SEQ_FIRST; (info = binhash_sequence(hash, op)) != 0; in main()