Lines Matching +full:multi +full:- +full:tt
4 <!--
5 $Id: smfi_insheader.html,v 1.11 2013-11-22 20:51:39 ca Exp $
6 -->
10 <!---------- Synopsis ----------->
24 <!----------- Description ---------->
38 <!----------- Arguments ---------->
50 <TD>The header name, a non-NULL, null-terminated string.
53 …<TD>The header value to be added, a non-NULL, null-terminated string. This may be the empty strin…
58 <!----------- Return values ---------->
73 <!----------- Notes ---------->
106 If longer headers are needed, make them multi-line.
107 To make a multi-line header,
108 insert a line feed (ASCII 0x0a, or <TT>\n</TT> in C)
110 such as a space (ASCII 0x20) or tab (ASCII 0x09, or <TT>\t</TT> in C).
124 <!----------- Example code ---------->
143 <FONT size="-1">