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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dbinhash.h35 extern BINHASH_INFO *binhash_enter(BINHASH *, const char *, int, char *);
H A Dbinhash.c23 /* BINHASH_INFO *binhash_enter(table, key, key_len, value)
67 /* binhash_enter() stores a (key, value) pair into the specified table
207 /* binhash_enter - enter (key, value) pair */
209 BINHASH_INFO *binhash_enter(BINHASH *table, const char *key, int key_len, char *value) function
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmypwd.c98 binhash_enter(mypwcache_uid, (char *) &mypwd->pw_uid,
H A Ddict_ldap.c978 dict_ldap->ht = binhash_enter(conn_hash, key, len, (char *) conn);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/master/
H A Dmaster_spawn.c251 binhash_enter(master_child_table, (char *) &pid,

Completed in 106 milliseconds