Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 30880 invoked from network); 3 Oct 2009 16:22:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Oct 2009 16:22:54 -0000 Received: (qmail 66618 invoked by uid 500); 3 Oct 2009 16:22:54 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 66535 invoked by uid 500); 3 Oct 2009 16:22:54 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 66520 invoked by uid 99); 3 Oct 2009 16:22:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Oct 2009 16:22:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Oct 2009 16:22:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8EBF52388A41; Sat, 3 Oct 2009 16:20:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r821352 [27/34] - /httpd/site/trunk/docs/dev/apidoc/ Date: Sat, 03 Oct 2009 16:20:35 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091003162058.8EBF52388A41@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unregister_other_child.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unregister_other_child.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unregister_other_child.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unregister_other_child.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_unregister_other_child + + +

Apache 1.3 API Documentation

+

Routine ap_unregister_other_child

+

+ Definition: +

+
+
+
+void ap_unregister_other_child(void *data);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_unparse_uri_components + Next: ap_update_child_status +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unregister_other_child.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unregister_other_child.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unregister_other_child.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_child_status.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_child_status.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_child_status.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_child_status.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_update_child_status + + +

Apache 1.3 API Documentation

+

Routine ap_update_child_status

+

+ Definition: +

+
+
+
+int ap_update_child_status(int child_num, int status, request_rec *r);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_unregister_other_child + Next: ap_update_mtime +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_child_status.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_child_status.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_child_status.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_mtime.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_mtime.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_mtime.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_mtime.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_update_mtime + + +

Apache 1.3 API Documentation

+

Routine ap_update_mtime

+

+ Definition: +

+
+
+
+time_t ap_update_mtime(request_rec *r, time_t dependency_mtime);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_update_child_status + Next: ap_update_vhost_from_headers +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_mtime.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_mtime.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_mtime.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_from_headers.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_from_headers.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_from_headers.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_from_headers.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,47 @@ + + + + Apache 1.3 API: ap_update_vhost_from_headers + + +

Apache 1.3 API Documentation

+

Routine ap_update_vhost_from_headers

+

+ Definition: +

+
+
+
+void ap_update_vhost_from_headers(request_rec *r);
+     
+
+
+

+ Usage example: +

+
+
+
+request_rec *r;
+ap_update_vhost_from_headers(r);
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_update_mtime + Next: ap_update_vhost_given_ip +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_from_headers.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_from_headers.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_from_headers.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_given_ip.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_given_ip.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_given_ip.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_given_ip.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_update_vhost_given_ip + + +

Apache 1.3 API Documentation

+

Routine ap_update_vhost_given_ip

+

+ Definition: +

+
+
+
+void ap_update_vhost_given_ip(conn_rec *conn);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_update_vhost_from_headers + Next: ap_util_init +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_given_ip.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_given_ip.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_update_vhost_given_ip.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_id.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_id.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_id.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_id.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_user_id + + +

Apache 1.3 API Documentation

+

Global Data Cell ap_user_id

+

+ Definition: +

+
+
+
+uid_t ap_user_id;
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_threads_per_child + Next: ap_user_name +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_id.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_id.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_id.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_name.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_name.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_name.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_name.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_user_name + + +

Apache 1.3 API Documentation

+

Global Data Cell ap_user_name

+

+ Definition: +

+
+
+
+char *ap_user_name;
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_user_id + Next: core_module +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_name.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_name.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_user_name.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_init.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_init.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_init.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_init.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_util_init + + +

Apache 1.3 API Documentation

+

Routine ap_util_init

+

+ Definition: +

+
+
+
+void ap_util_init(void);
+     
+
+
+

+ Usage example: +

+
+
+
+ap_util_init();
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_update_vhost_given_ip + Next: ap_util_uri_init +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_init.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_init.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_init.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_uri_init.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_uri_init.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_uri_init.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_uri_init.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_util_uri_init + + +

Apache 1.3 API Documentation

+

Routine ap_util_uri_init

+

+ Definition: +

+
+
+
+void ap_util_uri_init(void);
+     
+
+
+

+ Usage example: +

+
+
+
+ap_util_uri_init();
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_util_init + Next: ap_uudecode +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_uri_init.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_uri_init.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_util_uri_init.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uudecode.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uudecode.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uudecode.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uudecode.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,47 @@ + + + + Apache 1.3 API: ap_uudecode + + +

Apache 1.3 API Documentation

+

Routine ap_uudecode

+

+ Definition: +

+
+
+
+char *ap_uudecode(pool *p, const char *str);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+Returns a uudecoded version of str. +

+ +
+

+ Previous: ap_util_uri_init + Next: ap_uuencode +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uudecode.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uudecode.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uudecode.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uuencode.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uuencode.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uuencode.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uuencode.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_uuencode + + +

Apache 1.3 API Documentation

+

Routine ap_uuencode

+

+ Definition: +

+
+
+
+char *ap_uuencode(pool *p, char *string);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_uudecode + Next: ap_validate_password +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uuencode.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uuencode.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uuencode.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_validate_password.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_validate_password.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_validate_password.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_validate_password.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,60 @@ + + + + Apache 1.3 API: ap_validate_password + + +

Apache 1.3 API Documentation

+

Routine ap_validate_password

+

+ Definition: +

+
+
+
+char *ap_validate_password(const char *passwd, const char *hash);
+     
+
+
+

+ Usage example: +

+
+
+
+pwcheck = ap_validate_password(pw_from_request, pw_from_file); 
+if (pwcheck == NULL) { 
+    /* Password matches */ 
+} 
+else { 
+    ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, r, 
+                  "Authentication failed: %s", pwcheck); 
+    return HTTP_UNAUTHORIZED; 
+} 
+     
+
+
+

+ No documentation available. +

+
+
See also:
+
ap_auth_name, + ap_auth_type +
+
+
+

+ Previous: ap_uuencode + Next: ap_vbprintf +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_validate_password.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_validate_password.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_validate_password.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vbprintf.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vbprintf.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vbprintf.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vbprintf.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,50 @@ + + + + Apache 1.3 API: ap_vbprintf + + +

Apache 1.3 API Documentation

+

Routine ap_vbprintf

+

+ Definition: +

+
+
+
+int ap_vbprintf(BUFF *fb, const char *fmt, va_list vlist);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+Copies formatted data to a BUFF structure. +

+

+Returns 0 on success, -1 on failure. +

+ +
+

+ Previous: ap_validate_password + Next: ap_vformatter +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vbprintf.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vbprintf.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vbprintf.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_vformatter + + +

Apache 1.3 API Documentation

+

Routine ap_vformatter

+

+ Definition: +

+
+
+
+int ap_vformatter(int (*flush_func)(ap_vformatter_buff *f), ap_vformatter_buff *b, const char *fmt, va_list ap);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_vbprintf + Next: ap_vrprintf +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter_buff.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter_buff.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter_buff.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter_buff.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,49 @@ + + + + Apache 1.3 API: ap_vformatter_buff + + +

Apache 1.3 API Documentation

+

Structure ap_vformatter_buff

+

+ Definition: +

+
+
+
+typedef struct {
+    char *curpos;
+    char *endpos;
+} ap_vformatter_buff;
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_pool + Next: ap_wait_t +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter_buff.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter_buff.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vformatter_buff.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vrprintf.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vrprintf.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vrprintf.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vrprintf.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_vrprintf + + +

Apache 1.3 API Documentation

+

Routine ap_vrprintf

+

+ Definition: +

+
+
+
+int ap_vrprintf(request_rec *r, const char *fmt, va_list vlist);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_vformatter + Next: ap_vsnprintf +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vrprintf.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vrprintf.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vrprintf.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vsnprintf.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vsnprintf.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vsnprintf.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vsnprintf.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,66 @@ + + + + Apache 1.3 API: ap_vsnprintf + + +

Apache 1.3 API Documentation

+

Routine ap_vsnprintf

+

+ Definition: +

+
+
+
+int ap_vsnprintf(char *buf, size_t numbytes, const char *fmt, va_list ap);
+     
+
+
+

+ Usage example: +

+
+
+
+const char *text;
+char str2[512];
+va_list ap;
+ap_vsnprintf(str2, sizeof(str2), text, ap);
+     
+
+
+

+These are vsnprintf implementations based on ap_vformatter(). +

+

+Note that various standards and implementations disagree on the return +value of vsnprintf, and side-effects due to %n in the formatting string. +ap_vsnprintf behaves as follows: +

+

+Process the format string until the entire string is exhausted, or +the buffer fills. If the buffer fills then stop processing immediately +(so no further %n arguments are processed), and return the buffer +length. In all cases the buffer is NUL terminated. +

+

+In no event does ap_vsnprintf return a negative number. It's not possible +to distinguish between an output which was truncated, and an output which +exactly filled the buffer. +

+ +
+

+ Previous: ap_vrprintf + Next: ascii2ebcdic +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vsnprintf.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vsnprintf.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_vsnprintf.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_wait_t.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_wait_t.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_wait_t.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_wait_t.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_wait_t + + +

Apache 1.3 API Documentation

+

Structure ap_wait_t

+

+ Definition: +

+
+
+
+This is an opaque structure; you don't need to access any of its elements.
+     
+
+
+

+ Usage example: +

+
+
+
+ap_wait_t identifier
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_vformatter_buff + Next: array_header +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_wait_t.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_wait_t.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_wait_t.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_apache_sfio.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_apache_sfio.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_apache_sfio.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_apache_sfio.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,53 @@ + + + + Apache 1.3 API: apache_sfio + + +

Apache 1.3 API Documentation

+

Structure apache_sfio

+

+ Definition: +

+
+
+
+#ifdef B_SFIO
+typedef struct {
+    Sfdisc+t disc;
+    BUFF *buff;
+} apache_sfio;
+     
+
+
+

+ Usage example: +

+
+
+
+apache_sfio *disc;
+if (!(disc = (apache_sfio *) ap_palloc(p, sizeof(apache_sfio)))) {
+    return (Sfdisc_t *) disc;
+}
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: (none) + Next: AP_MD5_CTX +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_apache_sfio.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_apache_sfio.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_apache_sfio.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_array_header.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_array_header.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_array_header.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_array_header.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,84 @@ + + + + Apache 1.3 API: array_header + + +

Apache 1.3 API Documentation

+

Structure array_header

+

+ Definition: +

+
+
+
+typedef struct { 
+    pool *pool; 
+    int elt_size; 
+    int nelts; 
+    int nalloc; 
+    char *elts; 
+} array_header;
+     
+
+
+

+ Usage example: +

+
+
+
+typedef struct item_t { 
+    int length;
+    char *string; 
+} item_t;
+    :
+array_header *item_array1; 
+item_t *item; 
+    :
+item_array1 = ap_make_array(p, 4, sizeof(item_t));
+    :
+item = ap_push_array(item_array1);
+item->length = 1;
+item->string = "a";
+    :
+item_t *list;
+ 
+list = (item_t *) item_array1->elts;
+for (i = 0; i < item_array1->nelts; ++i) {
+    item = &list[i];
+    fprintf(stderr, "Item %d: length=%d, string='%s'\n",
+            i, item->length, item->string);
+}
+    
+     
+
+
+

+ No documentation available. +

+
+
See also:
+
ap_append_arrays, + ap_array_cat, + ap_copy_array, + ap_copy_array_hdr, + ap_make_array, + ap_push_array +
+
+
+

+ Previous: ap_wait_t + Next: BUFF +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_array_header.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_array_header.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_array_header.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ascii2ebcdic.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ascii2ebcdic.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ascii2ebcdic.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ascii2ebcdic.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ascii2ebcdic + + +

Apache 1.3 API Documentation

+

Routine ascii2ebcdic

+

+ Definition: +

+
+
+
+void *ascii2ebcdic(void *dest, const void *srce, size_t count);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_vsnprintf + Next: closedir +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ascii2ebcdic.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ascii2ebcdic.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ascii2ebcdic.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_child_info.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_child_info.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_child_info.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_child_info.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,65 @@ + + + + Apache 1.3 API: child_info + + +

Apache 1.3 API Documentation

+

Structure child_info

+

+ Definition: +

+
+
+
+struct child_info {
+#ifdef WIN32
+    /*
+     *  These handles are used by ap_call_exec to call 
+     *  create process with pipe handles.
+     */
+    HANDLE hPipeInputRead;
+    HANDLE hPipeOutputWrite;
+    HANDLE hPipeErrorWrite;
+#else
+    /*
+     * We need to put a dummy member in here to avoid compilation
+     * errors under certain Unix compilers, like SGI's and HPUX's,
+     * which fail to compile a zero-sized struct.  Of course
+     * it would be much nicer if there was actually a use for this
+     * structure under Unix.  Aah the joys of x-platform code.
+     */
+    int dummy;
+#endif
+};
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: BUFF + Next: cmd_parms +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_child_info.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_child_info.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_child_info.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_closedir.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_closedir.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_closedir.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_closedir.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: closedir + + +

Apache 1.3 API Documentation

+

Routine closedir

+

+ Definition: +

+
+
+
+int closedir(DIR *);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ascii2ebcdic + Next: ebcdic2ascii +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_closedir.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_closedir.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_closedir.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_how.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_how.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_how.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_how.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,119 @@ + + + + Apache 1.3 API: cmd_how + + +

Apache 1.3 API Documentation

+

Constant cmd_how

+

+ Definition: +

+
+
+
+#include "httpd.h"
+     
+
+
+

+ Usage example: +

+
+
+
+cmd_how is an enum, but the enumeration type isn't used
+     by modules, only the specific named values.
+     
+
+
+

+A set of values designating how argument processing is done for a given +instance of a command_rec. Note that for all of these values +except RAW_ARGS, the config routine is passed a freshly +allocated string which can be modified or stored. It's only necessary to do +ap_pstrdup() copying with RAW_ARGS. The allowable +values are: +

+<table> + + RAW_ARGS + cmd_func parses command line itself + + + TAKE1 + one argument only + + + TAKE2 + two arguments only + + + ITERATE + one argument, occuring multiple times (e.g., IndexIgnore) + + + ITERATE2 + two arguments, 2nd occurs multiple times (e.g., AddIcon) + + + FLAG + One of 'On' or 'Off' + + + NO_ARGS + No arguments at all (e.g. </Directory>) + + + TAKE12 + one or two arguments + + + TAKE3 + three arguments only + + + TAKE23 + two or three arguments + + + TAKE123 + one, two or three arguments + + + TAKE13 + one or three arguments + +table> + +
+
See also:
+
FLAG, + ITERATE, + ITERATE2, + NO_ARGS, + RAW_ARGS, + TAKE1, + TAKE12, + TAKE123, + TAKE13, + TAKE2, + TAKE23, + TAKE3 +
+
+
+

+ Previous: B_WRERR + Next: CR +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_how.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_how.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_how.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_parms.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_parms.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_parms.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_parms.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,79 @@ + + + + Apache 1.3 API: cmd_parms + + +

Apache 1.3 API Documentation

+

Structure cmd_parms

+

+ Definition: +

+
+
+
+typedef struct { 
+    void *info; 
+    int override; 
+    int limited; 
+    configfile_t *config_file; 
+    pool *pool; 
+    struct pool *temp_pool; 
+    server_rec *server; 
+    char *path; 
+    const command_rec *cmd; 
+    const char *end_token; 
+} cmd_parms;
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+This structure is passed to a command which is being invoked, +to carry a large variety of miscellaneous data. +

+ +
+
See also:
+
ACCESS_CONF, + ap_allow_overrides, + BUFF, + command_rec, + conn_rec, + OR_AUTHCFG, + OR_FILEINFO, + OR_INDEXES, + OR_LIMIT, + OR_OPTIONS, + proxyreqtype, + request_rec, + RSRC_CONF, + server_addr_rec, + server_rec, + uri_components +
+
+
+

+ Previous: child_info + Next: command_rec +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_parms.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_parms.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_cmd_parms.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_command_rec.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_command_rec.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_command_rec.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_command_rec.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,73 @@ + + + + Apache 1.3 API: command_rec + + +

Apache 1.3 API Documentation

+

Structure command_rec

+

+ Definition: +

+
+
+
+typedef struct command_struct {
+    const char *name;
+    const char *(*func) ();
+    void *cmd_data;
+    int req_override;
+    enum cmd_how args_how;
+    const char *errmsg;
+} command_rec;
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+
See also:
+
ACCESS_CONF, + ap_allow_overrides, + BUFF, + cmd_parms, + conn_rec, + OR_AUTHCFG, + OR_FILEINFO, + OR_INDEXES, + OR_LIMIT, + OR_OPTIONS, + proxyreqtype, + request_rec, + RSRC_CONF, + server_addr_rec, + server_rec, + uri_components +
+
+
+

+ Previous: cmd_parms + Next: configfile_t +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_command_rec.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_command_rec.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_command_rec.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_configfile_t.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_configfile_t.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_configfile_t.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_configfile_t.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,53 @@ + + + + Apache 1.3 API: configfile_t + + +

Apache 1.3 API Documentation

+

Structure configfile_t

+

+ Definition: +

+
+
+
+typedef struct { 
+    int (*getch) (void *param); 
+    void *(*getstr) (void *buf, size_t bufsiz, void *param); 
+    int (*close) (void *param); 
+    void *param; 
+    const char *name; 
+    unsigned line_number; 
+} configfile_t;
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: command_rec + Next: conn_rec +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_configfile_t.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_configfile_t.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_configfile_t.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_conn_rec.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_conn_rec.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_conn_rec.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_conn_rec.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,102 @@ + + + + Apache 1.3 API: conn_rec + + +

Apache 1.3 API Documentation

+

Structure conn_rec

+

+ Definition: +

+
+
+
+typedef struct conn_rec conn_rec; 
+struct conn_rec { 
+    pool *pool; 
+    server_rec *server; 
+    server_rec *base_server; 
+    void *vhost_lookup_data; 
+    int child_num; 
+    BUFF *client; 
+    struct sockaddr_in local_addr; 
+    struct sockaddr_in remote_addr; 
+    char *remote_ip; 
+    char *remote_host; 
+    char *remote_logname; 
+    char *user; 
+    char *ap_auth_type; 
+    unsigned aborted:1; 
+    signed int keepalive:2; 
+    unsigned keptalive:1; 
+    signed int double_reverse:2; 
+    int keepalives; 
+    char *local_ip; 
+    char *local_host; 
+};
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+The conn_rec structure is used to hold information +about a currently-open connexion between the Web server and a +client. Since a connexion is made to a server host, a conn_rec +record is tied to a particular server_rec, and a +pointer to that server record is stored in the conn_rec +structure. +

+

+The structure also contains information about the client, such as its +IP address and DNS name (if a lookup has been performed). +

+
+
Note:
+
An unfortunate assumption was made during the early days of + Apache that only one set of authentication credentials would be + in use for any connexion, even persistent ones. That is why this + structure includes the credential information instead of the + request_rec, which is where it actually belongs. + This has been corrected for Apache 2.0.
+
Note:
+
This structure has been very stable through the Apache 1.3 + series of releases, but has been updated for 2.0.
+
+ +
+
See also:
+
BUFF, + cmd_parms, + command_rec, + proxyreqtype, + request_rec, + server_addr_rec, + server_rec, + uri_components +
+
+
+

+ Previous: configfile_t + Next: global_score +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_conn_rec.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_conn_rec.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_conn_rec.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_core_module.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_core_module.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_core_module.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_core_module.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,79 @@ + + + + Apache 1.3 API: core_module + + +

Apache 1.3 API Documentation

+

Global Data Cell core_module

+

+ Definition: +

+
+
+
+module core_module {module-specific-info};
+     
+
+
+

+ Usage example: +

+
+
+
+module core_module = { 
+   STANDARD_MODULE_STUFF, 
+   NULL,                        /* initializer */ 
+   create_core_dir_config,      /* create per-directory config structure */ 
+   merge_core_dir_configs,      /* merge per-directory config structures */ 
+   create_core_server_config,   /* create per-server config structure */ 
+   merge_core_server_configs,   /* merge per-server config structures */ 
+   core_cmds,                   /* command table */ 
+   core_handlers,               /* handlers */ 
+   core_translate,              /* translate_handler */ 
+   NULL,                        /* check_user_id */ 
+   NULL,                        /* check auth */ 
+   do_nothing,                  /* check access */ 
+   do_nothing,                  /* type_checker */ 
+   NULL,                        /* pre-run fixups */ 
+   NULL,                        /* logger */ 
+   NULL,                        /* header parser */ 
+   NULL,                        /* child_init */ 
+   NULL,                        /* child_exit */ 
+   NULL                         /* post_read_request */ 
+}; 
+     
+
+
+

+This global module structure will be first in the core static module list. +The core_module is exposed to other modules for NCSA back compatibility. +

+ +
+
See also:
+
ap_add_loaded_module, + ap_add_module, + ap_add_named_module, + ap_remove_loaded_module, + ap_remove_module, + module, + top_module +
+
+
+

+ Previous: ap_user_name + Next: top_module +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_core_module.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_core_module.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_core_module.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ebcdic2ascii.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ebcdic2ascii.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ebcdic2ascii.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ebcdic2ascii.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ebcdic2ascii + + +

Apache 1.3 API Documentation

+

Routine ebcdic2ascii

+

+ Definition: +

+
+
+
+void *ebcdic2ascii(void *dest, const void *srce, size_t count);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: closedir + Next: HTTP_VERSION +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ebcdic2ascii.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ebcdic2ascii.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ebcdic2ascii.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_global_score.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_global_score.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_global_score.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_global_score.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,77 @@ + + + + Apache 1.3 API: global_score + + +

Apache 1.3 API Documentation

+

Structure global_score

+

+ Definition: +

+
+
+
+typedef struct { 
+    int exit_generation; 
+} global_score;
+     
+
+
+

+ Usage example: +

+
+
+
+typedef struct { 
+    short_score servers[HARD_SERVER_LIMIT]; 
+    parent_score parent[HARD_SERVER_LIMIT]; 
+    global_score global; 
+} scoreboard; 
+     
+
+
+

+exit_generation is a boolean, set by the main process if a graceful +restart is required. +

+ +
+
See also:
+
ap_exists_scoreboard_image, + ap_scoreboard_image, + ap_sync_scoreboard_image, + parent_score, + scoreboard, + SERVER_BUSY_DNS, + SERVER_BUSY_KEEPALIVE, + SERVER_BUSY_LOG, + SERVER_BUSY_READ, + SERVER_BUSY_WRITE, + SERVER_DEAD, + SERVER_GRACEFUL, + SERVER_NUM_STATUS, + SERVER_READY, + SERVER_STARTING, + short_score, + START_PREQUEST, + STOP_PREQUEST, + vtime_t +
+
+
+

+ Previous: conn_rec + Next: HANDLE +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_global_score.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_global_score.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_global_score.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_kill_conditions.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_kill_conditions.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_kill_conditions.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_kill_conditions.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,67 @@ + + + + Apache 1.3 API: kill_conditions + + +

Apache 1.3 API Documentation

+

Constant kill_conditions

+

+ Definition: +

+
+
+
+#include "ap_alloc.h"
+     
+
+
+

+ Usage example: +

+
+
+
+kill_conditions is an enum, but the enumeration type isn't used
+     by modules, only the specific named values.
+     
+
+
+

+Enumeration of process termination conditions, used by Apache process +control functions such as ap_note_subprocess() and ap_spawn_child(). +The values signify: +

+ + + + + + +
kill_never +process is never sent any signals +
kill_always +process is sent SIGKILL on pool cleanup +
kill_after_timeout +send SIGTERM, wait 3 seconds, send SIGKILL +
just_wait +wait forever for the process to complete +
kill_only_once +send SIGTERM and then wait +
+ +
+

+ Previous: ITERATE2 + Next: LF +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_kill_conditions.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_kill_conditions.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_kill_conditions.html ------------------------------------------------------------------------------ svn:mime-type = text/html