Searched refs:hdridx (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | smfi.c | 40 smfi_header(ctx, cmd, hdridx, headerf, headerv) in smfi_header() argument 43 int hdridx; 60 if (hdridx >= 0) 66 if (hdridx >= 0) 68 v = htonl(hdridx); 117 smfi_insheader(ctx, hdridx, headerf, headerv) in smfi_insheader() argument 119 int hdridx; 123 if (!mi_sendok(ctx, SMFIF_ADDHDRS) || hdridx < 0) 126 return smfi_header(ctx, SMFIR_INSHEADER, hdridx, headerf, headerv); 143 smfi_chgheader(ctx, headerf, hdridx, headerv) in smfi_chgheader() argument [all …]
|