#include "spf_sys_config.h"
#include "spf.h"
#include "spf_internal.h"
Include dependency graph for spf_id2str.c:
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) |
|
|
|
Definition at line 245 of file spf_id2str.c. References SPF_record_struct::mech_first, SPF_record_struct::mech_len, SPF_record_struct::mod_len, SPF_record_struct::num_mech, PREFIX_FAIL, PREFIX_NEUTRAL, PREFIX_PASS, PREFIX_SOFTFAIL, SPF_mech_struct::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_recalloc(), SPF_VER_STR, and SPF_record_struct::version. Referenced by SPF_record_print(). Here is the call graph for this function: ![]() |