#include "spf_sys_config.h"
#include "spf.h"
#include "spf_internal.h"
Go to the source code of this file.
Defines | |
#define | debug spf_record->spf_server->debug |
Functions | |
SPF_errcode_t | SPF_record_stringify (SPF_record_t *spf_record, char **bufp, size_t *buflenp) |
#define debug spf_record->spf_server->debug |
SPF_errcode_t SPF_record_stringify | ( | SPF_record_t * | spf_record, | |
char ** | bufp, | |||
size_t * | buflenp | |||
) |
Definition at line 245 of file spf_id2str.c.
References SPF_data_t::dc, FALSE, MECH_A, MECH_ALL, MECH_EXISTS, SPF_record_struct::mech_first, MECH_INCLUDE, MECH_IP4, MECH_IP6, SPF_mech_t::mech_len, SPF_record_struct::mech_len, MECH_MX, MECH_PTR, MECH_REDIRECT, SPF_mech_t::mech_type, SPF_record_struct::mod_first, SPF_record_struct::mod_len, SPF_mod_t::name_len, NULL, SPF_record_struct::num_mech, SPF_record_struct::num_mod, PARM_CIDR, SPF_data_cidr_t::parm_type, PREFIX_FAIL, PREFIX_NEUTRAL, PREFIX_PASS, PREFIX_SOFTFAIL, SPF_mech_t::prefix_type, PREFIX_UNKNOWN, SPF_ASSERT_NOTNULL, SPF_debugf, SPF_E_INTERNAL_ERROR, SPF_E_INVALID_PREFIX, SPF_E_RESULT_UNKNOWN, SPF_E_SUCCESS, SPF_E_UNKNOWN_MECH, SPF_realloc(), SPF_VER_STR, TRUE, and SPF_record_struct::version.
Referenced by SPF_record_print().