Data Fields | |
SPF_dns_cache_bucket_t ** | cache |
int | cache_size |
pthread_mutex_t | cache_lock |
int | hash_mask |
int | max_hash_len |
time_t | min_ttl |
time_t | err_ttl |
time_t | txt_ttl |
time_t | rdns_ttl |
int | conserve_cache |
Definition at line 88 of file spf_dns_cache.c.
pthread_mutex_t SPF_dns_cache_config_t::cache_lock |
Definition at line 92 of file spf_dns_cache.c.
Referenced by SPF_dns_cache_new(), and SPF_dns_cache_set_ttl().
Definition at line 102 of file spf_dns_cache.c.
Referenced by SPF_dns_cache_new(), and SPF_dns_cache_set_ttl().
Definition at line 103 of file spf_dns_cache.c.
Referenced by SPF_dns_cache_new(), and SPF_dns_cache_set_ttl().
Definition at line 104 of file spf_dns_cache.c.
Referenced by SPF_dns_cache_new(), and SPF_dns_cache_set_ttl().
Definition at line 105 of file spf_dns_cache.c.
Referenced by SPF_dns_cache_new(), and SPF_dns_cache_set_ttl().
Definition at line 107 of file spf_dns_cache.c.
Referenced by SPF_dns_cache_new(), and SPF_dns_set_conserve_cache().