Home
last modified time | relevance | path

Searched refs:binhash_find (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dbinhash.h39 extern void *binhash_find(BINHASH *, const void *, ssize_t);
H A Dbinhash.c252 void *binhash_find(BINHASH *table, const void *key, ssize_t key_len) in binhash_find() function
/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Dmaster_status.c112 if ((proc = (MASTER_PROC *) binhash_find(master_child_table, in master_status_event()
H A Dmaster_spawn.c305 if ((proc = (MASTER_PROC *) binhash_find(master_child_table, in master_reap_child()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmypwd.c203 binhash_find(mypwcache_uid, (void *) &uid, sizeof(uid))) == 0) { in mypwuid_err()