File: HTTee.html

package info (click to toggle)
cern-httpd 3.0A-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 5,392 kB
  • ctags: 6,554
  • sloc: ansic: 37,902; makefile: 1,746; perl: 535; csh: 167; sh: 143
file content (28 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<HTML>
<HEAD>
<TITLE>HTTee:  Tee stream for libwww</TITLE>
<NEXTID N="z2">
</HEAD>
<BODY>
<H1>Tee stream</H1>This is part of <A
NAME="z1" HREF="Overview.html">libwww</A> .  The Tee
stream just writes everything you
put into it into two oter streams.<P>
One use (the only use?!) is for taking
a cached copey on disk while loading
the main copy, without having to
wait for the disk copy to be finished
and reread it.
<PRE>#include "HTStream.h"

extern HTStream * HTTee PARAMS((HTStream* s1, HTStream* s2));





</PRE>
<ADDRESS><A
NAME="0" HREF="http://info.cern.ch./hypertext/TBL_Disclaimer.html">Tim BL</A>
</ADDRESS></BODY>
</HTML>