Lines Matching +full:multi +full:- +full:tt
4 <!--
5 $Id: smfi_chgheader.html,v 1.19 2013-11-22 20:51:39 ca Exp $
6 -->
10 <!---------- Synopsis ----------->
24 <!----------- Description ---------->
38 <!----------- Arguments ---------->
46 <TD>The header name, a non-NULL, null-terminated string.
49 …<TD>Header index value (1-based). A hdridx value of 1 will modify the first occurrence of a header…
57 <!----------- Return values ---------->
72 <!----------- Notes ---------->
83 are needed, make them multi-line. To make a multi-line header, insert
84 a line feed (ASCII 0x0a, or <TT>\n</TT> in C) followed by at least
86 or <TT>\t</TT> in C). The line feed should NOT be preceded by a
99 <!----------- Example code ---------->
110 ret = smfi_chgheader(ctx, "Content-Type", 1,
119 <FONT size="-1">
120 Copyright (c) 2000-2003, 2009 Proofpoint, Inc. and its suppliers.