Searched refs:ctable_locate (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dctable.h28 extern const void *ctable_locate(CTABLE *, const char *);
H A Dctable.c17 /* const void *ctable_locate(cache, key)
39 /* ctable_locate() looks up or generates the value that corresponds to
124 /* ctable_locate - look up or create cache item */
126 const void *ctable_locate(CTABLE *cache, const char *key) function
128 const char *myname = "ctable_locate";
265 value = ctable_locate(cache, STR(key_buf));
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_resolve.c150 return (const RESOLVE_REPLY *) ctable_locate(smtpd_resolve_cache, addr);
H A Dsmtpd_check.c3119 rbl = (SMTPD_RBL_STATE *) ctable_locate(smtpd_rbl_cache, STR(query));
3121 byte_codes = ctable_locate(smtpd_rbl_byte_cache, reply_addr);
3224 rbl = (SMTPD_RBL_STATE *) ctable_locate(smtpd_rbl_cache, STR(query));
3226 byte_codes = ctable_locate(smtpd_rbl_byte_cache, reply_addr);

Completed in 63 milliseconds