Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 81994 invoked from network); 15 Jun 2009 00:04:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jun 2009 00:04:03 -0000 Received: (qmail 34523 invoked by uid 500); 15 Jun 2009 00:04:15 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 34431 invoked by uid 500); 15 Jun 2009 00:04:15 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 34422 invoked by uid 99); 15 Jun 2009 00:04:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 00:04:15 +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; Mon, 15 Jun 2009 00:04:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E68D42388A4F; Mon, 15 Jun 2009 00:02:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r784636 [47/47] - in /apr/site/trunk/docs/docs: apr-util/trunk/ apr/trunk/ Date: Mon, 15 Jun 2009 00:01:47 -0000 To: commits@apr.apache.org From: bojan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090615000205.E68D42388A4F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: apr/site/trunk/docs/docs/apr/trunk/structapr__xml__elem.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/structapr__xml__elem.html?rev=784636&view=auto ============================================================================== --- apr/site/trunk/docs/docs/apr/trunk/structapr__xml__elem.html (added) +++ apr/site/trunk/docs/docs/apr/trunk/structapr__xml__elem.html Mon Jun 15 00:01:38 2009 @@ -0,0 +1,250 @@ + + +Apache Portable Runtime: apr_xml_elem Struct Reference + + + + + +
+

apr_xml_elem Struct Reference
+ +[XML] +

#include <apr_xml.h> +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +

Data Fields

const char * name
int ns
const char * lang
apr_text_header first_cdata
apr_text_header following_cdata
struct apr_xml_elemparent
struct apr_xml_elemnext
struct apr_xml_elemfirst_child
struct apr_xml_attrattr
struct apr_xml_elemlast_child
struct apr_xml_ns_scope * ns_scope
void * priv
+


Detailed Description

+apr_xml_elem: holds a parsed XML element

Field Documentation

+ +
+
+ + + + +
struct apr_xml_attr* apr_xml_elem::attr [read]
+
+
+ +

+first attribute +

+

+ +

+ +
+ +

+cdata right after start tag +

+

+ +

+
+ + + + +
struct apr_xml_elem* apr_xml_elem::first_child [read]
+
+
+ +

+first child element +

+

+ +

+ +
+ +

+cdata after MY end tag +

+

+ +

+
+ + + + +
const char* apr_xml_elem::lang
+
+
+ +

+xml:lang for attrs/contents +

+

+ +

+
+ + + + +
struct apr_xml_elem* apr_xml_elem::last_child [read]
+
+
+ +

+last child element +

+

+ +

+
+ + + + +
const char* apr_xml_elem::name
+
+
+ +

+element name +

+

+ +

+
+ + + + +
struct apr_xml_elem* apr_xml_elem::next [read]
+
+
+ +

+next (sibling) element +

+

+ +

+
+ + + + +
int apr_xml_elem::ns
+
+
+ +

+index into namespace array +

+

+ +

+
+ + + + +
struct apr_xml_ns_scope* apr_xml_elem::ns_scope [read]
+
+
+ +

+namespaces scoped by this elem +

+

+ +

+
+ + + + +
struct apr_xml_elem* apr_xml_elem::parent [read]
+
+
+ +

+parent element +

+

+ +

+
+ + + + +
void* apr_xml_elem::priv
+
+
+ +

+Place for modules to store private data +

+

+


The documentation for this struct was generated from the following file: +
+
Generated on Mon Jun 15 09:45:31 2009 for Apache Portable Runtime by  + +doxygen 1.5.8
+ + Added: apr/site/trunk/docs/docs/apr/trunk/structapu__err__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/structapu__err__t.html?rev=784636&view=auto ============================================================================== --- apr/site/trunk/docs/docs/apr/trunk/structapu__err__t.html (added) +++ apr/site/trunk/docs/docs/apr/trunk/structapu__err__t.html Mon Jun 15 00:01:38 2009 @@ -0,0 +1,54 @@ + + +Apache Portable Runtime: apu_err_t Struct Reference + + + + + +
+

apu_err_t Struct Reference
+ +[Error Codes] +

#include <apu_errno.h> +

+ + + + + + + + + +

Data Fields

+const char * reason
+const char * msg
+int rc
+


Detailed Description

+This structure allows the underlying API error codes to be returned along with plain text error messages that explain to us mere mortals what really happened.
The documentation for this struct was generated from the following file: +
+
Generated on Mon Jun 15 09:45:31 2009 for Apache Portable Runtime by  + +doxygen 1.5.8
+ + Modified: apr/site/trunk/docs/docs/apr/trunk/tabs.css URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/tabs.css?rev=784636&r1=784635&r2=784636&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/trunk/tabs.css (original) +++ apr/site/trunk/docs/docs/apr/trunk/tabs.css Mon Jun 15 00:01:38 2009 @@ -32,7 +32,7 @@ float : left; background : url("tab_r.gif") no-repeat right top; border-bottom : 1px solid #84B0C7; - font-size : 8px; + font-size : 80%; font-weight : bold; text-decoration : none; } @@ -66,7 +66,7 @@ DIV.tabs TD { - font-size : 8px; + font-size : 80%; font-weight : bold; text-decoration : none; } @@ -99,4 +99,7 @@ background : none; border : none; border-bottom : 1px solid #84B0C7; + text-align : center; + margin : 2px; + padding : 2px; } Added: apr/site/trunk/docs/docs/apr/trunk/unionapr__anylock__t_1_1apr__anylock__u__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/unionapr__anylock__t_1_1apr__anylock__u__t.html?rev=784636&view=auto ============================================================================== --- apr/site/trunk/docs/docs/apr/trunk/unionapr__anylock__t_1_1apr__anylock__u__t.html (added) +++ apr/site/trunk/docs/docs/apr/trunk/unionapr__anylock__t_1_1apr__anylock__u__t.html Mon Jun 15 00:01:38 2009 @@ -0,0 +1,96 @@ + + +Apache Portable Runtime: apr_anylock_t::apr_anylock_t::apr_anylock_u_t Union Reference + + + + + +
+

apr_anylock_t::apr_anylock_t::apr_anylock_u_t Union Reference

#include <apr_anylock.h> +

+ + + + + + + + + +

Data Fields

apr_proc_mutex_tpm
apr_thread_mutex_ttm
apr_thread_rwlock_trw
+


Detailed Description

+Union of all possible APR locks

Field Documentation

+ +
+
+ + + + +
apr_proc_mutex_t* apr_anylock_t::apr_anylock_t::apr_anylock_u_t::pm
+
+
+ +

+Process mutex +

+

+ +

+
+ + + + +
apr_thread_rwlock_t* apr_anylock_t::apr_anylock_t::apr_anylock_u_t::rw
+
+
+ +

+Read-write lock +

+

+ +

+
+ + + + +
apr_thread_mutex_t* apr_anylock_t::apr_anylock_t::apr_anylock_u_t::tm
+
+
+ +

+Thread mutex +

+

+


The documentation for this union was generated from the following file: +
+
Generated on Mon Jun 15 09:45:31 2009 for Apache Portable Runtime by  + +doxygen 1.5.8
+ + Added: apr/site/trunk/docs/docs/apr/trunk/unionapr__bucket__structs.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/unionapr__bucket__structs.html?rev=784636&view=auto ============================================================================== --- apr/site/trunk/docs/docs/apr/trunk/unionapr__bucket__structs.html (added) +++ apr/site/trunk/docs/docs/apr/trunk/unionapr__bucket__structs.html Mon Jun 15 00:01:38 2009 @@ -0,0 +1,131 @@ + + +Apache Portable Runtime: apr_bucket_structs Union Reference + + + + + +
+

apr_bucket_structs Union Reference
+ +[Bucket Brigades] +

#include <apr_buckets.h> +

+ + + + + + + + + + + + + +

Data Fields

apr_bucket b
apr_bucket_heap heap
apr_bucket_pool pool
apr_bucket_mmap mmap
apr_bucket_file file
+


Detailed Description

+A union of all bucket structures so we know what the max size is.

Field Documentation

+ +
+ +
+ +

+Bucket +

+

+ +

+ +
+ +

+File +

+

+ +

+ +
+ +

+Heap +

+

+ +

+ +
+ +

+MMap +

+

+ +

+ +
+ +

+Pool +

+

+


The documentation for this union was generated from the following file: +
+
Generated on Mon Jun 15 09:45:31 2009 for Apache Portable Runtime by  + +doxygen 1.5.8
+ + Modified: apr/site/trunk/docs/docs/apr/trunk/unionapr__descriptor.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/unionapr__descriptor.html?rev=784636&r1=784635&r2=784636&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/trunk/unionapr__descriptor.html (original) +++ apr/site/trunk/docs/docs/apr/trunk/unionapr__descriptor.html Mon Jun 15 00:01:38 2009 @@ -1,16 +1,17 @@ Apache Portable Runtime: apr_descriptor Union Reference - + - +