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

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dctable.h26 extern const void *ctable_locate(CTABLE *, const char *);
H A Dctable.c15 /* const void *ctable_locate(cache, key)
46 /* ctable_locate() looks up or generates the value that corresponds to
50 /* the specified key, and returns the same result as ctable_locate().
138 /* ctable_locate - look up or create cache item */
140 const void *ctable_locate(CTABLE *cache, const char *key) function
142 const char *myname = "ctable_locate";
189 return ctable_locate(cache, key);
311 value = ctable_locate(cache, STR(key_buf));
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_resolve.c148 return (const RESOLVE_REPLY *) ctable_locate(smtpd_resolve_cache, addr);
H A Dsmtpd_check.c3272 rbl = (SMTPD_RBL_STATE *) ctable_locate(smtpd_rbl_cache, STR(query));
3274 byte_codes = ctable_locate(smtpd_rbl_byte_cache, reply_addr);
3377 rbl = (SMTPD_RBL_STATE *) ctable_locate(smtpd_rbl_cache, STR(query));
3379 byte_codes = ctable_locate(smtpd_rbl_byte_cache, reply_addr);
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_tls_policy.c647 *tls = *(SMTP_TLS_POLICY *) ctable_locate(policy_cache, STR(key));
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_dane.c1152 dane = (TLS_DANE *) ctable_locate(dane_cache, STR(query_domain));

Completed in 129 milliseconds