Lines Matching +full:multi +full:- +full:tt
4 <!--
5 $Id: smfi_addheader.html,v 1.21 2013-11-22 20:51:39 ca Exp $
6 -->
10 <!---------- Synopsis ----------->
23 <!----------- Description ---------->
37 <!----------- Arguments ---------->
45 <TD>The header name, a non-NULL, null-terminated string.
48 <TD>The header value to be added, a non-NULL, null-terminated string.
54 <!----------- Return values ---------->
69 <!----------- Notes ---------->
84 If longer headers are needed, make them multi-line.
85 To make a multi-line header,
86 insert a line feed (ASCII 0x0a, or <TT>\n</TT> in C)
88 such as a space (ASCII 0x20) or tab (ASCII 0x09, or <TT>\t</TT> in C).
102 <!----------- Example code ---------->
113 ret = smfi_addheader(ctx, "Content-Type",
122 <FONT size="-1">
123 Copyright (c) 2000-2003, 2006, 2009 Proofpoint, Inc. and its suppliers.