Searched refs:hdridx (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/libmilter/ |
H A D | smfi.c | 38 smfi_header(ctx, cmd, hdridx, headerf, headerv) in smfi_header() argument 41 int hdridx; 58 if (hdridx >= 0) 64 if (hdridx >= 0) 66 v = htonl(hdridx); 115 smfi_insheader(ctx, hdridx, headerf, headerv) in smfi_insheader() argument 117 int hdridx; 121 if (!mi_sendok(ctx, SMFIF_ADDHDRS) || hdridx < 0) 124 return smfi_header(ctx, SMFIR_INSHEADER, hdridx, headerf, headerv); 141 smfi_chgheader(ctx, headerf, hdridx, headerv) in smfi_chgheader() argument [all …]
|