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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
<refentry id="camel-CamelStreamProcess">
<refmeta>
<refentrytitle role="top_of_page" id="camel-CamelStreamProcess.top_of_page">CamelStreamProcess</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>CAMEL Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>CamelStreamProcess</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv id="camel-CamelStreamProcess.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
<link linkend="CamelStreamProcess">CamelStreamProcess</link>;
<link linkend="CamelStream">CamelStream</link>* <link linkend="camel-stream-process-new">camel_stream_process_new</link> (void);
<link linkend="int">int</link> <link linkend="camel-stream-process-connect">camel_stream_process_connect</link> (<link linkend="CamelStreamProcess">CamelStreamProcess</link> *,
const <link linkend="char">char</link> *,
const <link linkend="char">char</link> **);
</synopsis>
</refsynopsisdiv>
<refsect1 id="camel-CamelStreamProcess.description" role="desc">
<title role="desc.title">Description</title>
<para>
</para>
</refsect1>
<refsect1 id="camel-CamelStreamProcess.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="CamelStreamProcess" role="struct">
<title>CamelStreamProcess</title>
<indexterm zone="CamelStreamProcess"><primary>CamelStreamProcess</primary></indexterm><programlisting>typedef struct {
CamelStream parent;
int sockfd;
pid_t childpid;
} CamelStreamProcess;
</programlisting>
<para>
</para></refsect2>
<refsect2 id="camel-stream-process-new" role="function">
<title>camel_stream_process_new ()</title>
<indexterm zone="camel-stream-process-new"><primary>camel_stream_process_new</primary></indexterm><programlisting><link linkend="CamelStream">CamelStream</link>* camel_stream_process_new (void);</programlisting>
<para>
Returns a PROCESS stream.</para>
<para>
</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the stream
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="camel-stream-process-connect" role="function">
<title>camel_stream_process_connect ()</title>
<indexterm zone="camel-stream-process-connect"><primary>camel_stream_process_connect</primary></indexterm><programlisting><link linkend="int">int</link> camel_stream_process_connect (<link linkend="CamelStreamProcess">CamelStreamProcess</link> *,
const <link linkend="char">char</link> *,
const <link linkend="char">char</link> **);</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>Param1</parameter> :</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>Param2</parameter> :</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>Param3</parameter> :</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
</refsect1>
</refentry>
|