coar 00/08/15 05:02:19
Modified: apidoc api.list
Log:
Minor update.. removing duplicates and adding some xref'd but
missing items.
Revision Changes Path
1.26 +13 -13 httpd-docs-1.3/apidoc/api.list
Index: api.list
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/apidoc/api.list,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -u -r1.25 -r1.26
--- api.list 2000/08/09 14:01:51 1.25
+++ api.list 2000/08/15 12:02:18 1.26
@@ -2508,6 +2508,16 @@
|ap_log_rerror($*, APLOG_NOERRNO|APLOG_ERR, r, "%s", message); \
|SA-logging\
|dict-$*.html
+C|APLOG_LEVELMASK\
+ |#define $* <var>value</var>\
+ |\
+ |SA-logging\
+ |dict-$*.html
+C|APLOG_WIN32ERROR\
+ |#define $* ((APLOG_LEVELMASK+1) * 2)\
+ |\
+ |SA-logging\
+ |dict-$*.html
R|ap_log_pid\
|void $*(pool *p, char *fname);\
|\
@@ -2968,7 +2978,7 @@
R|ap_setup_client_block\
|int $*(request_rec *r, int read_policy);\
|\
- |SA_readbody\
+ |SA-readbody\
|dict-$*.html
R|ap_setup_prelinked_modules\
|void $*(void);\
@@ -3174,14 +3184,14 @@
|#define $*(number) ((number)/1000)\
|if (HTTP_VERSION_MAJOR(r->proto_num) < 1) {\n \
/* Protocol version is less than 1.0 */\n}\
- |HTTP_VERSION_MAJOR,HTTP_VERSION_MINOR\
+ |SA-httpcodes\
|dict-$*.html
M|HTTP_VERSION_MINOR\
|#define $*(number) ((number)%1000)\
|if (($*(r->proto_num) >= 1)\n && \
($*(r->proto_num) > 1)) {\n \
/* Protocol version is greater than 1.1 */\n}\
- |HTTP_VERSION_MAJOR,HTTP_VERSION_MINOR\
+ |SA-httpcodes\
|dict-$*.html
M|OS_ASC\
|#ifndef CHARSET_EBCDIC \n \
@@ -3647,16 +3657,6 @@
#;
M|HTTP_VERSION\
|#define $*(major,minor) (1000*(major)+(minor))\
- |\
- |SA-httpcodes\
- |dict-$*.html
-M|HTTP_VERSION_MAJOR\
- |#define $*(number) ((number)/1000)\
- |\
- |SA-httpcodes\
- |dict-$*.html
-M|HTTP_VERSION_MINOR\
- |#define $*(number) ((number)%1000)\
|\
|SA-httpcodes\
|dict-$*.html