Searched refs:binhash_locate (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dbinhash.h36 extern BINHASH_INFO *binhash_locate(BINHASH *, const char *, int);
H A Dbinhash.c34 /* BINHASH_INFO *binhash_locate(table, key, key_len)
69 /* check if an entry with that key already exists: use binhash_locate()
74 /* a null value from a non-existent value, use binhash_locate().
76 /* binhash_locate() returns a pointer to the entry that was stored
238 /* binhash_locate - lookup entry */
240 BINHASH_INFO *binhash_locate(BINHASH *table, const char *key, int key_len) function
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddict_ldap.c974 if ((dict_ldap->ht = binhash_locate(conn_hash, key, len)) == 0) {

Completed in 149 milliseconds