Home
last modified time | relevance | path

Searched refs:opendmarc_util_pushnargv (Results 1 – 4 of 4) sorted by relevance

/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/libopendmarc/
H A Dopendmarc_spf_dns.c189 ary = opendmarc_util_pushnargv(hbuf, ary, cnt); in opendmarc_spf_dns_lookup_a_actual()
206 ary = opendmarc_util_pushnargv(hbuf, ary, cnt); in opendmarc_spf_dns_lookup_a_actual()
454 ary = opendmarc_util_pushnargv(ptr, ary, cnt); in opendmarc_spf_dns_lookup_ptr()
H A Dopendmarc_spf.c1023 nary = opendmarc_util_pushnargv(*dpp, nary, &nary_len); in opendmarc_spf_ptr_domain()
1470 spfctx->iplist = opendmarc_util_pushnargv(abuf, spfctx->iplist, &(spfctx->ipcount)); in opendmarc_spf_parse()
1528 spfctx->iplist = opendmarc_util_pushnargv(a_abuf, spfctx->iplist, &(spfctx->ipcount)); in opendmarc_spf_parse()
1548 spfctx->iplist = opendmarc_util_pushnargv(vp, spfctx->iplist, &(spfctx->ipcount)); in opendmarc_spf_parse()
1598 spfctx->iplist = opendmarc_util_pushnargv(*app, spfctx->iplist, &(spfctx->ipcount)); in opendmarc_spf_parse()
1753 spfctx->iplist = opendmarc_util_pushnargv(vp, spfctx->iplist, &(spfctx->ipcount)); in opendmarc_spf_parse()
H A Dopendmarc_internal.h242 char ** opendmarc_util_pushnargv(char *str, char **ary, int *num);
H A Dopendmarc_util.c374 opendmarc_util_pushnargv(char *str, char **ary, int *num) in opendmarc_util_pushnargv() function