#include "spf.h"
#include "dns.h"
#include "macro.h"
#include "util.h"
Include dependency graph for macro.c:
Go to the source code of this file.
Functions | |
char * | MACRO_expand (peer_info_t *p, const char *s) |
char * | MACRO_process (peer_info_t *p, char *macro, const size_t size) |
char * | MACRO_eatmore (char *macro, char *s) |
SPF_BOOL | MACRO_addbuf (strbuf_t *master, char *s, size_t size) |
|
Definition at line 638 of file macro.c. References strbuf_s::elements, strbuf_s::head, strbuf_node_s::len, strbuf_node_s::next, strbuf_node_s::s, SIZEOF, SPF_BOOL, SPF_FALSE, SPF_TRUE, strbuf_node_t, strbuf_t, xepprintf, xmalloc, and xvprintf. Referenced by MACRO_expand(). |
|
Definition at line 505 of file macro.c. References SPF_MAX_MACRO, SPF_TRUE, UTIL_count_delim(), UTIL_is_spf_delim(), UTIL_reverse(), UTIL_split_strr(), xepprintf, xfree, xmalloc, xprintf, xstrndup, and xvprintf. Referenced by MACRO_process(). Here is the call graph for this function: ![]() |
|
Definition at line 71 of file macro.c. References strbuf_s::elements, strbuf_s::head, strbuf_node_s::len, MACRO_addbuf(), MACRO_process(), peer_info_t, strbuf_node_s::s, SIZEOF, SPF_FALSE, strbuf_node_t, strbuf_t, UTIL_index(), xepprintf, xfree, xmalloc, xprintf, xstrndup, and xvprintf. Referenced by SPF_get_explain(), and SPF_parse_policy(). Here is the call graph for this function: ![]() |
|
Definition at line 301 of file macro.c. References peer_info_s::cur_eaddr, peer_info_s::current_domain, DNS_check_client_reverse(), peer_info_s::ehlo, peer_info_s::helo, peer_info_s::ip_ver, peer_info_s::local_part, MACRO_eatmore(), peer_info_s::mta_hname, peer_info_t, peer_info_s::r_ip, peer_info_s::r_vhname, SPF_FALSE, SPF_MAX_ENV_HELO, SPF_MAX_HNAME, SPF_MAX_IP_ADDR, SPF_MAX_LOCAL_PART, SPF_MAX_STR, SPF_MAX_UTC_TIME, peer_info_s::utc_time, xepprintf, xfree, xmalloc, xprintf, xstrndup, and xvprintf. Referenced by MACRO_expand(). Here is the call graph for this function: ![]() |