Searched refs:htable_find (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dhtable.h36 extern char *htable_find(HTABLE *, const char *);
H A Dnvtable.h27 #define nvtable_find(table, key) htable_find((table), (key))
H A Dctable.c151 if ((entry = (CTABLE_ENTRY *) htable_find(cache->table, key)) == 0) {
188 if ((entry = (CTABLE_ENTRY *) htable_find(cache->table, key)) == 0)
H A Ddict_open.c385 if ((dp = (DICT_OPEN_INFO *) htable_find(dict_open_hash, dict_type)) == 0)
421 if (htable_find(dict_open_hash, type))
H A Ddict_ht.c89 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, htable_find(dict_ht->table, name));
H A Dmac_expand.c265 return (htable_find(table, name));
H A Ddict_thash.c85 result = htable_find(dict_thash->table, name);
H A Ddict.c241 (dict_table ? (DICT_NODE *) htable_find(dict_table, dict) : 0)
H A Dhtable.c25 /* char *htable_find(table, key)
68 /* htable_find() returns the value that was stored under the given key,
225 /* htable_find - lookup value */
227 char *htable_find(HTABLE *table, const char *key) function
/macosx-10.10.1/postfix-255/postfix/src/posttls-finger/
H A Dtlsmgrmem.c101 if ((s = (VSTRING *) htable_find(tls_cache, key)) == 0)
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_unalias.c86 if ((result = htable_find(cache, name)) == 0) {
/macosx-10.10.1/postfix-255/postfix/src/anvil/
H A Danvil.c526 (ANVIL_REMOTE *) htable_find(anvil_remote_map, ident)) == 0) {
574 (ANVIL_REMOTE *) htable_find(anvil_remote_map, ident)) == 0) {
644 (ANVIL_REMOTE *) htable_find(anvil_remote_map, ident)) == 0)
673 (ANVIL_REMOTE *) htable_find(anvil_remote_map, ident)) == 0)
702 (ANVIL_REMOTE *) htable_find(anvil_remote_map, ident)) == 0)
732 (ANVIL_REMOTE *) htable_find(anvil_remote_map, ident)) == 0) {
774 (ANVIL_REMOTE *) htable_find(anvil_remote_map, ident)) != 0
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dheader_opts.c138 return ((const HEADER_OPTS *) htable_find(header_hash, vstring_str(header_key)));
H A Dscache_multi.c217 htable_find(sp->endp_cache, endp_label)) == 0) {
262 htable_find(sp->endp_cache, endp_label)) == 0) {
373 htable_find(sp->dest_cache, dest_label)) == 0) {
429 htable_find(sp->dest_cache, dest_label)) == 0) {
H A Dmypwd.c264 if ((mypwd = (struct mypasswd *) htable_find(mypwcache_name, name)) == 0) {
/macosx-10.10.1/postfix-255/postfix/src/postscreen/
H A Dpostscreen_dnsbl.c258 htable_find(dnsbl_site_cache, saved_site)) == 0) {
320 htable_find(dnsbl_score_cache, client_addr)) == 0)
380 htable_find(dnsbl_score_cache, STR(reply_client))) != 0
396 htable_find(dnsbl_site_cache, STR(reply_dnsbl));
/macosx-10.10.1/postfix-255/postfix/src/qmgr/
H A Dqmgr_peer.c117 return ((QMGR_PEER *) htable_find(job->peer_byname, queue->name));
H A Dqmgr_transport.c376 if (htable_find(qmgr_transport_byname, name) != 0)
457 return ((QMGR_TRANSPORT *) htable_find(qmgr_transport_byname, name));
H A Dqmgr_queue.c438 return ((QMGR_QUEUE *) htable_find(transport->queue_byname, name));
/macosx-10.10.1/postfix-255/postfix/src/oqmgr/
H A Dqmgr_transport.c371 if (htable_find(qmgr_transport_byname, name) != 0)
425 return ((QMGR_TRANSPORT *) htable_find(qmgr_transport_byname, name));
H A Dqmgr_queue.c441 return ((QMGR_QUEUE *) htable_find(transport->queue_byname, name));
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_peer.c442 if ((cp = htable_find(attr, MAIL_ATTR_ACT_CLIENT_ADDR)) == 0)
457 if ((cp = htable_find(attr, MAIL_ATTR_ACT_CLIENT_PORT)) == 0)
466 if ((cp = htable_find(attr, MAIL_ATTR_ACT_SERVER_ADDR)) == 0)
/macosx-10.10.1/postfix-255/postfix/src/postconf/
H A Dpostconf.h102 PCF_PARAM_NODE_CAST(htable_find((table), (name)))
/macosx-10.10.1/postfix-255/postfix/src/local/
H A Dforward.c221 if ((table_snd = (HTABLE *) htable_find(forward_dt, attr.delivered)) == 0) {
225 if ((info = (FORWARD_INFO *) htable_find(table_snd, attr.sender)) == 0) {
/macosx-10.10.1/postfix-255/postfix/src/flush/
H A Dflush.c551 || htable_find(dup_filter, STR(queue_id)) == 0) {

Completed in 116 milliseconds

12