coar        98/04/11 07:53:18

  Modified:    .        API-dict.html
  Log:
        Some more structures added, and a few function prototypes.  I think
        I'm going to discard the definition lists and go with straight
        prose..
  
  Revision  Changes    Path
  1.8       +72 -18    apache-devsite/API-dict.html
  
  Index: API-dict.html
  ===================================================================
  RCS file: /export/home/cvs/apache-devsite/API-dict.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- API-dict.html     1998/04/11 06:05:32     1.7
  +++ API-dict.html     1998/04/11 14:53:17     1.8
  @@ -22,6 +22,16 @@
       anything you find in it at face value.
      </STRONG>
     </BLOCKQUOTE>
  +
  +<!--
  +     Each symbol is defined as a link target.  The name of the target
  +     is *identical* to the symbol, including upper- and lower-case
  +     spelling.
  +
  +     Each definition that references an Apache structure type must
  +     make the reference into a link to the type's definition.
  +-->
  +
     <H2>Table of Contents</H2>
     <UL>
      <LI>Alphabetical list of <A HREF="#Functions">API functions</A>
  @@ -36,70 +46,97 @@
     </UL>
     <HR>
     <H2><A NAME="Functions">Functions</A></H2>
  +  <H3><A NAME="MD5Final"><SAMP>MD5Final</SAMP></A></H3>
     <DL>
  -   <DT><A NAME="MD5Final"><SAMP>MD5Final</SAMP></A>
  +   <DT><CODE>void MD5Final(unsigned char digest[16],
  +    <A HREF="#AP_MD5_CTX">AP_MD5_CTX</A> *context)</CODE>
      </DT>
      <DD>
       <P>
       definition/description
       </P>
      </DD>
  -   <HR>
  -   <DT><A NAME="MD5Init"><SAMP>MD5Init</SAMP></A>
  +  </DL>
  +  <HR>
  +  <H3><A NAME="MD5Init"><SAMP>MD5Init</SAMP></A></H3>
  +  <DL>
  +   <DT><CODE>void MD5Init(<A HREF="#AP_MD5_CTX">AP_MD5_CTX</A> 
*context)</CODE>
      <DD>
       <P>
       definitions/description
       </P>
      </DD>
  -   <HR>
  -   <DT><A NAME="MD5Update"><SAMP>MD5Update</SAMP></A>
  +  </DL>
  +  <HR>
  +  <H3><A NAME="MD5Update"><SAMP>MD5Update</SAMP></A></H3>
  +  <DL>
  +   <DT><CODE>void MD5Update(<A HREF="#AP_MD5_CTX">AP_MD5_CTX</A> *context,
  +    const unsigned char *input, unsigned int inputLen)</CODE>
      </DT>
      <DD>
       <P>
       definition/description
       </P>
      </DD>
  -   <HR>
  -   <DT><A NAME="acquire_mutex"><SAMP>acquire_mutex</SAMP></A>
  +  </DL>
  +  <HR>
  +  <H3><A NAME="acquire_mutex"><SAMP>acquire_mutex</SAMP></A></H3>
  +  <DL>
  +   <DT><CODE>int acquire_mutex(<A HREF="#mutex">mutex</A> *mutex_id)</CODE>
      </DT>
      <DD>
       <P>
       definition/description
       </P>
      </DD>
  -   <HR>
  -   <DT><A NAME="add_cgi_vars"><SAMP>add_cgi_vars</SAMP></A>
  +  </DL>
  +  <HR>
  +  <H3><A NAME="add_cgi_vars"><SAMP>add_cgi_vars</SAMP></A></H3>
  +  <DL>
  +   <DT><CODE>void add_cgi_vars(<A HREF="#request_rec">request_rec</A> 
*r)</CODE>
      </DT>
      <DD>
       <P>
       definition/description
       </P>
      </DD>
  -   <HR>
  -   <DT><A NAME="add_common_vars"><SAMP>add_common_vars</SAMP></A>
  +  </DL>
  +  <HR>
  +  <H3><A NAME="add_common_vars"><SAMP>add_common_vars</SAMP></A></H3>
  +  <DL>
  +   <DT><CODE>void add_common_vars(<A HREF="#request_rec">request_rec</A> *r)
  +    </CODE>
      </DT>
      <DD>
       <P>
       definition/description
       </P>
      </DD>
  -   <HR>
  -   <DT><A NAME="add_module"><SAMP>add_module</SAMP></A>
  +  </DL>
  +  <HR>
  +  <H3><A NAME="add_module"><SAMP>add_module</SAMP></A></H3>
  +  <DL>
  +   <DT><CODE>void add_module(<A HREF="#module">module</A> *m)</CODE>
      </DT>
      <DD>
       <P>
       definition/description
       </P>
      </DD>
  -   <HR>
  -   <DT><A NAME="add_named_module"><SAMP>add_named_module</SAMP></A>
  +  </DL>
  +  <HR>
  +  <H3><A NAME="add_named_module"><SAMP>add_named_module</SAMP></A></H3>
  +  <DL>
  +   <DT><CODE>int add_named_module(const char *name)</CODE>
      </DT>
      <DD>
       <P>
       definition/description
       </P>
      </DD>
  -   <HR>
  +  </DL>
  +<DL>
  +  <HR>
      <DT><A NAME="add_per_dir_conf"><SAMP>add_per_dir_conf</SAMP></A>
      </DT>
      <DD>
  @@ -2884,6 +2921,14 @@
     <H2><A NAME="Constants">Constant Definitions</A></H2>
     <H2><A NAME="Structures">Structure Definitions</A></H2>
     <DL>
  +   <DT><A NAME="AP_MD5_CTX"><SAMP>AP_MD5_CTX</SAMP></A>
  +   </DT>
  +   <DD>
  +    <P>
  +    definition/description
  +    </P>
  +   </DD>
  +   <HR>
      <DT><A NAME="array_header"><SAMP>array_header</SAMP></A>
      </DT>
      <DD>
  @@ -2908,6 +2953,14 @@
       </P>
      </DD>
      <HR>
  +   <DT><A NAME="mutex"><SAMP>mutex</SAMP></A>
  +   </DT>
  +   <DD>
  +    <P>
  +    definition/description
  +    </P>
  +   </DD>
  +   <HR>
      <DT><A NAME="pool"><SAMP>pool</SAMP></A>
      </DT>
      <DD>
  @@ -2995,7 +3048,8 @@
      <HR>
      <H3><A NAME="scoreboard_image"><SAMP>scoreboard_image</SAMP></A></H3>
      <DL>
  -   <DT><CODE>extern scoreboard *scoreboard_image</CODE>
  +   <DT><CODE>extern <A HREF="#scoreboard">scoreboard</A> *scoreboard_image
  +    </CODE>
      </DT>
      <DD>
       <P>
  @@ -3041,7 +3095,7 @@
     </DL>
     <H3><A NAME="top_module"><SAMP>top_module</SAMP></A></H3>
     <DL>
  -   <DT><CODE>module *top_module</CODE>
  +   <DT><CODE><A HREF="#module">module</A> *top_module</CODE>
      </DT>
      <DD>
       <P>
  
  
  

Reply via email to