coar 98/04/10 23:05:34
Modified: . API-dict.html
Log:
Some more updates.. get most of the data cells in, and remove
some that don't belong.
Revision Changes Path
1.7 +92 -10 apache-devsite/API-dict.html
Index: API-dict.html
===================================================================
RCS file: /export/home/cvs/apache-devsite/API-dict.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- API-dict.html 1998/04/11 04:45:02 1.6
+++ API-dict.html 1998/04/11 06:05:32 1.7
@@ -26,6 +26,8 @@
<UL>
<LI>Alphabetical list of <A HREF="#Functions">API functions</A>
</LI>
+ <LI>Alphabetical list of <A HREF="#Constants">API constants</A>
+ </LI>
<LI>Alphabetical list of
<A HREF="#Structures">API data structure definitions</A>
</LI>
@@ -419,6 +421,8 @@
<DD>
<P>
definition/description
+ <BR>
+ Note: API_EXPORT_NONSTD
</P>
</DD>
<HR>
@@ -732,7 +736,7 @@
<A HREF="#pool"><SAMP>pool</SAMP></A>,
<A HREF="#make_sub_pool"><SAMP>make_sub_pool()</SAMP></A>
</P>
- </DL>
+ </DD>
<HR>
<DT><A NAME="destroy_sub_req"><SAMP>destroy_sub_req</SAMP></A>
</DT>
@@ -1550,6 +1554,8 @@
<DD>
<P>
definition/description
+ <BR>
+ Note: API_EXPORT_NONSTD
</P>
</DD>
<HR>
@@ -2094,6 +2100,8 @@
<DD>
<P>
definition/description
+ <BR>
+ Note: API_EXPORT_NONSTD
</P>
</DD>
<HR>
@@ -2222,6 +2230,8 @@
<DD>
<P>
definition/description
+ <BR>
+ Note: API_EXPORT_NONSTD
</P>
</DD>
<HR>
@@ -2278,6 +2288,8 @@
<DD>
<P>
definition/description
+ <BR>
+ Note: API_EXPORT_NONSTD
</P>
</DD>
<HR>
@@ -2358,6 +2370,8 @@
<DD>
<P>
definition/description
+ <BR>
+ Note: API_EXPORT_NONSTD
</P>
</DD>
<HR>
@@ -2446,6 +2460,8 @@
<DD>
<P>
definition/description
+ <BR>
+ Note: API_EXPORT_NONSTD
</P>
</DD>
<HR>
@@ -2454,6 +2470,8 @@
<DD>
<P>
definition/description
+ <BR>
+ Note: API_EXPORT_NONSTD
</P>
</DD>
<HR>
@@ -2494,6 +2512,8 @@
<DD>
<P>
definition/description
+ <BR>
+ Note: API_EXPORT_NONSTD
</P>
</DD>
<HR>
@@ -2502,6 +2522,8 @@
<DD>
<P>
definition/description
+ <BR>
+ Note: API_EXPORT_NONSTD
</P>
</DD>
<HR>
@@ -2854,9 +2876,12 @@
<DD>
<P>
definition/description
+ <BR>
+ Note: API_EXPORT_NONSTD
</P>
</DD>
</DL>
+ <H2><A NAME="Constants">Constant Definitions</A></H2>
<H2><A NAME="Structures">Structure Definitions</A></H2>
<DL>
<DT><A NAME="array_header"><SAMP>array_header</SAMP></A>
@@ -2875,6 +2900,14 @@
</P>
</DD>
<HR>
+ <DT><A NAME="module"><SAMP>module</SAMP></A>
+ </DT>
+ <DD>
+ <P>
+ definition/description
+ </P>
+ </DD>
+ <HR>
<DT><A NAME="pool"><SAMP>pool</SAMP></A>
</DT>
<DD>
@@ -2891,6 +2924,14 @@
</P>
</DD>
<HR>
+ <DT><A NAME="scoreboard"><SAMP>scoreboard</SAMP></A>
+ </DT>
+ <DD>
+ <P>
+ definition/description
+ </P>
+ </DD>
+ <HR>
<DT><A NAME="server_rec"><SAMP>server_rec</SAMP></A>
</DT>
<DD>
@@ -2908,57 +2949,87 @@
</DD>
</DL>
<H2><A NAME="GlobalCells">Global Data Structures</A></H2>
- <DL>
- <DT><A NAME="restart_time"><SAMP>restart_time</SAMP></A>
+ <H3><A NAME="core_module"><SAMP>core_module</SAMP></A></H3>
+ <DL>
+ <DT><CODE>module core_module</CODE>
+ </DT>
+ <DD>
+ <P>
+ definition/description
+ </P>
+ </DD>
+ </DL>
+ <HR>
+ <H3><A NAME="day_snames"><SAMP>day_snames</SAMP></A></H3>
+ <DL>
+ <DT><CODE>const char day_snames[7][4]</CODE>
</DT>
<DD>
<P>
definition/description
</P>
</DD>
+ </DL>
<HR>
- <DT><A NAME="server_argv0"><SAMP>server_argv0</SAMP></A>
+ <H3><A NAME="month_snames"><SAMP>month_snames</SAMP></A></H3>
+ <DL>
+ <DT><CODE>const char month_snames[12][4]</CODE>
</DT>
<DD>
<P>
definition/description
- Note: MODULE_VAR_EXPORTed
</P>
</DD>
+ </DL>
<HR>
- <DT><A NAME="server_root"><SAMP>server_root</SAMP></A>
+ <H3><A NAME="restart_time"><SAMP>restart_time</SAMP></A></H3>
+ <DL>
+ <DT><CODE>time_t restart_time</CODE>
</DT>
<DD>
<P>
definition/description
</P>
</DD>
+ </DL>
<HR>
- <DT><A NAME="day_snames"><SAMP>day_snames</SAMP></A>
+ <H3><A NAME="scoreboard_image"><SAMP>scoreboard_image</SAMP></A></H3>
+ <DL>
+ <DT><CODE>extern scoreboard *scoreboard_image</CODE>
</DT>
<DD>
<P>
definition/description
</P>
</DD>
+ </DL>
<HR>
- <DT><A NAME="month_snames"><SAMP>month_snames</SAMP></A>
+ <H3><A NAME="server_argv0"><SAMP>server_argv0</SAMP></A></H3>
+ <DL>
+ <DT><CODE>char *server_argv0</CODE>
</DT>
<DD>
<P>
definition/description
+ Note: MODULE_VAR_EXPORTed
</P>
</DD>
+ </DL>
<HR>
- <DT><A NAME="scoreboard_image"><SAMP>scoreboard_image</SAMP></A>
+ <H3><A NAME="server_root"><SAMP>server_root</SAMP></A></H3>
+ <DL>
+ <DT><CODE>char server_root[MAX_STRING_LEN]</CODE>
</DT>
<DD>
<P>
definition/description
</P>
</DD>
+ </DL>
<HR>
- <DT><A NAME="suexec_enabled"><SAMP>suexec_enabled</SAMP></A>
+ <H3><A NAME="suexec_enabled"><SAMP>suexec_enabled</SAMP></A></H3>
+ <DL>
+ <DT><CODE>int suexec_enabled</CODE>
</DT>
<DD>
<P>
@@ -2968,6 +3039,17 @@
</P>
</DD>
</DL>
+ <H3><A NAME="top_module"><SAMP>top_module</SAMP></A></H3>
+ <DL>
+ <DT><CODE>module *top_module</CODE>
+ </DT>
+ <DD>
+ <P>
+ definition/description
+ </P>
+ </DD>
+ </DL>
+ <HR>
<!--#include virtual="footer.html" -->
</BODY>
</HTML>