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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dbinhash.h38 extern void binhash_delete(BINHASH *, const char *, int, void (*) (char *));
H A Dbinhash.c39 /* void binhash_delete(table, key, key_len, free_fn)
79 /* binhash_delete() removes one entry that was stored under the given key.
253 /* binhash_delete - delete one entry */
255 void binhash_delete(BINHASH *table, const char *key, int key_len, void (*free_fn) (char *)) function
279 msg_panic("binhash_delete: unknown_key: \"%s\"", key);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmypwd.c183 binhash_delete(mypwcache_uid, (char *) &mypwd->pw_uid,
H A Ddict_ldap.c1575 binhash_delete(conn_hash, ht->key, ht->key_len, myfree);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/master/
H A Dmaster_spawn.c283 binhash_delete(master_child_table, (char *) &proc->pid,

Completed in 114 milliseconds