libspf2
1.2.10
|
Expansion routine for SPF macros. More...
#include "spf_sys_config.h"
#include <time.h>
#include "spf.h"
#include "spf_internal.h"
#include "spf_record.h"
Go to the source code of this file.
Functions | |
SPF_errcode_t | SPF_record_expand_data (SPF_server_t *spf_server, SPF_request_t *spf_request, SPF_response_t *spf_response, SPF_data_t *data, size_t data_len, char **bufp, size_t *buflenp) |
Expansion routine for SPF macros.
Definition in file spf_expand.c.
SPF_errcode_t SPF_record_expand_data | ( | SPF_server_t * | spf_server, |
SPF_request_t * | spf_request, | ||
SPF_response_t * | spf_response, | ||
SPF_data_t * | data, | ||
size_t | data_len, | ||
char ** | bufp, | ||
size_t * | buflenp | ||
) |
This could better collect errors, like the compiler does. This requires that *bufp be either malloced to *buflenp, or NULL This may realloc *bufp.
Definition at line 81 of file spf_expand.c.