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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dbinhash.h37 extern char *binhash_find(BINHASH *, const char *, int);
H A Dbinhash.c29 /* char *binhash_find(table, key, key_len)
72 /* binhash_find() returns the value that was stored under the given key,
223 /* binhash_find - lookup value */
225 char *binhash_find(BINHASH *table, const char *key, int key_len) function
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/master/
H A Dmaster_status.c112 if ((proc = (MASTER_PROC *) binhash_find(master_child_table,
H A Dmaster_spawn.c305 if ((proc = (MASTER_PROC *) binhash_find(master_child_table,
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmypwd.c129 binhash_find(mypwcache_uid, (char *) &uid, sizeof(uid))) == 0) {

Completed in 53 milliseconds