Lines Matching full:html

1 <HTML>
7 $Id: overview.html,v 1.22 2013-11-22 20:51:39 ca Exp $
26 before calling <A HREF="smfi_main.html">smfi_main</A>:
30 <A HREF="smfi_register.html">smfi_register</A>).
33 (required, see <A HREF="smfi_setconn.html">smfi_setconn</A>).
37 <A HREF="smfi_settimeout.html">smfi_settimeout</A>).
56 <A HREF="xxfi_abort.html">xxfi_abort</A> callback is invoked and control
63 negotiate MTA/milter capabilities/requirements (<A HREF="xxfi_negotiate.html">xxfi_negotiate</A>)
65 process connection (<A HREF="xxfi_connect.html">xxfi_connect</A>)
67 process helo/ehlo (<A HREF="xxfi_helo.html">xxfi_helo</A>)
71 process sender (<A HREF="xxfi_envfrom.html">xxfi_envfrom</A>)
75 process recipient (<A HREF="xxfi_envrcpt.html">xxfi_envrcpt</A>)
78 process DATA (<A HREF="xxfi_data.html">xxfi_data</A>)
82 process header (<A HREF="xxfi_header.html">xxfi_header</A>)
83 process end of headers (<A HREF="xxfi_eoh.html">xxfi_eoh</A>)
85 process this body block (<A HREF="xxfi_body.html">xxfi_body</A>)
86 process end of message (<A HREF="xxfi_eom.html">xxfi_eom</A>)
90 process end of connection (<A HREF="xxfi_close.html">xxfi_close</A>)
134 <A HREF="xxfi_abort.html">xxfi_abort</A> routine will be called.
135 <A HREF="xxfi_close.html">xxfi_close</A> is called any time the
154 <A HREF="smfi_setpriv.html">smfi_setpriv</A> and
155 <A HREF="smfi_getpriv.html">smfi_getpriv</A> for details.
163 callbacks <A HREF="xxfi_connect.html">xxfi_connect</A> and
164 <A HREF="xxfi_close.html">xxfi_close</A>.
166 resources (accessed via <A HREF="smfi_getpriv.html">smfi_getpriv</A>
167 and <A HREF="smfi_setpriv.html">smfi_setpriv</A>) may be allocated in
168 <A HREF="xxfi_connect.html">xxfi_connect</A>,
170 <A HREF="xxfi_close.html">xxfi_close</A>.
172 the <A HREF="api.html#conn-msg">discussion</A> of message- versus
179 <A HREF="xxfi_envfrom.html">xxfi_envfrom</A> and
180 <A HREF="xxfi_eom.html">xxfi_eom</A> (or
181 <A HREF="xxfi_abort.html">xxfi_abort</A>),
188 <A HREF="smfi_getpriv.html">smfi_getpriv</A> and
189 <A HREF="smfi_setpriv.html">smfi_setpriv</A>,
191 <A HREF="xxfi_abort.html">xxfi_abort</A>.
209 <A HREF="xxfi_abort.html">xxfi_abort</A> callback is usually invoked
216 <A HREF="xxfi_abort.html">xxfi_abort</A> callback
218 <A HREF="xxfi_close.html">xxfi_close</A> callback
230 </HTML>