Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 49862 invoked from network); 11 Feb 2006 16:53:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Feb 2006 16:53:59 -0000 Received: (qmail 91622 invoked by uid 500); 11 Feb 2006 16:53:58 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 91532 invoked by uid 500); 11 Feb 2006 16:53:57 -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 91408 invoked by uid 99); 11 Feb 2006 16:53:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2006 08:53:56 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 11 Feb 2006 08:53:29 -0800 Received: (qmail 49032 invoked by uid 65534); 11 Feb 2006 16:53:09 -0000 Message-ID: <20060211165309.49028.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r377002 [7/31] - in /httpd/site/trunk: docs/apreq/docs/libapreq2/ xdocs/apreq/docs/libapreq2/ Date: Sat, 11 Feb 2006 16:52:48 -0000 To: cvs@httpd.apache.org From: joes@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/apreq__module__apache_8h-source.html URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/apreq__module__apache_8h-source.html?rev=377002&r1=377001&r2=377002&view=diff ============================================================================== --- httpd/site/trunk/docs/apreq/docs/libapreq2/apreq__module__apache_8h-source.html (original) +++ httpd/site/trunk/docs/apreq/docs/libapreq2/apreq__module__apache_8h-source.html Sat Feb 11 08:52:42 2006 @@ -1,7 +1,7 @@ - libapreq2-2.06-dev: libapreq2: module/apache/apreq_module_apache.h Source File + libapreq2-2.07: libapreq2: module/apache/apreq_module_apache.h Source File - - - -

apreq_module_apache.h

00001 /*
-00002 **  Copyright 2003-2005  The Apache Software Foundation
+
+
+
+

module/apache/apreq_module_apache.h

00001 /*
+00002 **  Copyright 2003-2006  The Apache Software Foundation
 00003 **
 00004 **  Licensed under the Apache License, Version 2.0 (the "License");
 00005 **  you may not use this file except in compliance with the License.
@@ -40,28 +51,28 @@
 00024  extern "C" {
 00025 #endif
 00026 
-00031 APREQ_DECLARE(apreq_handle_t*) apreq_handle_apache(request_rec *r);
+00031 APREQ_DECLARE(apreq_handle_t*) apreq_handle_apache(request_rec *r);
 00032 
 00033 
-00034 APREQ_DECLARE(apr_pool_t *) apreq_handle_apache_pool(apreq_handle_t *req);
+00034 APREQ_DECLARE(apr_pool_t *) apreq_handle_apache_pool(apreq_handle_t *req);
 00035 
-00036 APREQ_DECLARE(apr_bucket_alloc_t *)
+00036 APREQ_DECLARE(apr_bucket_alloc_t *)
 00037     apreq_handle_apache_bucket_alloc(apreq_handle_t *req);
 00038 
-00039 #define APREQ_APACHE_MMN 20050712
-00040 
-00041 #ifdef __cplusplus
-00042  }
-00043 #endif
-00044 
-00045 #endif
+00039 #define APREQ_APACHE_MMN 20050712
+00040 
+00041 #ifdef __cplusplus
+00042  }
+00043 #endif
+00044 
+00045 #endif
 
Modified: httpd/site/trunk/docs/apreq/docs/libapreq2/apreq__param_8h-source.html URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/apreq/docs/libapreq2/apreq__param_8h-source.html?rev=377002&r1=377001&r2=377002&view=diff ============================================================================== --- httpd/site/trunk/docs/apreq/docs/libapreq2/apreq__param_8h-source.html (original) +++ httpd/site/trunk/docs/apreq/docs/libapreq2/apreq__param_8h-source.html Sat Feb 11 08:52:42 2006 @@ -1,7 +1,7 @@ - libapreq2-2.06-dev: libapreq2: include/apreq_param.h Source File + libapreq2-2.07: libapreq2: include/apreq_param.h Source File - - - -

apreq_param.h

Go to the documentation of this file.
00001 /*
-00002 **  Copyright 2003-2005  The Apache Software Foundation
+
+
+
+

include/apreq_param.h

Go to the documentation of this file.
00001 /*
+00002 **  Copyright 2003-2006  The Apache Software Foundation
 00003 **
 00004 **  Licensed under the Apache License, Version 2.0 (the "License");
 00005 **  you may not use this file except in compliance with the License.
@@ -42,104 +53,105 @@
 00026 
 00027 
 00036 typedef struct apreq_param_t {
-00037     apr_table_t         *info;   
-00038     apr_bucket_brigade  *upload; 
-00039     unsigned             flags;  
-00040     const apreq_value_t  v;      
+00037     apr_table_t         *info;   
+00038     apr_bucket_brigade  *upload; 
+00039     unsigned             flags;  
+00040     const apreq_value_t  v;      
 00041 } apreq_param_t;
 00042 
 00043 
-00045 static APR_INLINE
-00046 unsigned apreq_param_is_tainted(const apreq_param_t *p) {
-00047     return APREQ_FLAGS_GET(p->flags, APREQ_TAINTED);
+00045 static APR_INLINE
+00046 unsigned apreq_param_is_tainted(const apreq_param_t *p) {
+00047     return APREQ_FLAGS_GET(p->flags, APREQ_TAINTED);
 00048 }
 00049 
-00051 static APR_INLINE
-00052 void apreq_param_tainted_on(apreq_param_t *p) {
-00053     APREQ_FLAGS_ON(p->flags, APREQ_TAINTED);
+00051 static APR_INLINE
+00052 void apreq_param_tainted_on(apreq_param_t *p) {
+00053     APREQ_FLAGS_ON(p->flags, APREQ_TAINTED);
 00054 }
 00055 
-00057 static APR_INLINE
-00058 void apreq_param_tainted_off(apreq_param_t *p) {
-00059     APREQ_FLAGS_OFF(p->flags, APREQ_TAINTED);
+00057 static APR_INLINE
+00058 void apreq_param_tainted_off(apreq_param_t *p) {
+00059     APREQ_FLAGS_OFF(p->flags, APREQ_TAINTED);
 00060 }
 00061 
-00063 static APR_INLINE
-00064 apreq_charset_t apreq_param_charset_set(apreq_param_t *p, unsigned char c) {
-00065     unsigned char old = APREQ_FLAGS_GET(p->flags, APREQ_CHARSET);
-00066     APREQ_FLAGS_SET(p->flags, APREQ_CHARSET, c);
-00067     return old;
-00068 }
-00069 
-00071 static APR_INLINE
-00072 apreq_charset_t apreq_param_charset_get(apreq_param_t *p) {
-00073     return APREQ_FLAGS_GET(p->flags, APREQ_CHARSET);
-00074 }
-00075 
+00063 static APR_INLINE
+00064 apreq_charset_t apreq_param_charset_set(apreq_param_t *p, apreq_charset_t c) {
+00065     apreq_charset_t old = (apreq_charset_t)
+00066         APREQ_FLAGS_GET(p->flags, APREQ_CHARSET);
+00067     APREQ_FLAGS_SET(p->flags, APREQ_CHARSET, c);
+00068     return old;
+00069 }
+00070 
+00072 static APR_INLINE
+00073 apreq_charset_t apreq_param_charset_get(apreq_param_t *p) {
+00074     return (apreq_charset_t)APREQ_FLAGS_GET(p->flags, APREQ_CHARSET);
+00075 }
 00076 
-00078 static APR_INLINE
-00079 apreq_param_t *apreq_value_to_param(const char *val)
-00080 {
-00081     union { const char *in; char *out; } deconst;
-00082 
-00083     deconst.in = val;
-00084     return apreq_attr_to_type(apreq_param_t, v,
-00085            apreq_attr_to_type(apreq_value_t, data, deconst.out));
-00086 }
-00087 
+00077 
+00079 static APR_INLINE
+00080 apreq_param_t *apreq_value_to_param(const char *val)
+00081 {
+00082     union { const char *in; char *out; } deconst;
+00083 
+00084     deconst.in = val;
+00085     return apreq_attr_to_type(apreq_param_t, v,
+00086            apreq_attr_to_type(apreq_value_t, data, deconst.out));
+00087 }
 00088 
 00089 
-00091 APREQ_DECLARE(apreq_param_t *) apreq_param_make(apr_pool_t *p,
-00092                                                 const char *name,
-00093                                                 const apr_size_t nlen,
-00094                                                 const char *val,
-00095                                                 const apr_size_t vlen);
-00096 
-00113 APREQ_DECLARE(apr_status_t) apreq_param_decode(apreq_param_t **param,
-00114                                                apr_pool_t *pool,
-00115                                                const char *word,
-00116                                                apr_size_t nlen,
-00117                                                apr_size_t vlen);
-00118 
-00125 APREQ_DECLARE(char *) apreq_param_encode(apr_pool_t *pool,
-00126                                          const apreq_param_t *param);
-00127 
-00139 APREQ_DECLARE(apr_status_t) apreq_parse_query_string(apr_pool_t *pool,
-00140                                                      apr_table_t *t,
-00141                                                      const char *qs);
-00142 
+00090 
+00092 APREQ_DECLARE(apreq_param_t *) apreq_param_make(apr_pool_t *p,
+00093                                                 const char *name,
+00094                                                 const apr_size_t nlen,
+00095                                                 const char *val,
+00096                                                 const apr_size_t vlen);
+00097 
+00114 APREQ_DECLARE(apr_status_t) apreq_param_decode(apreq_param_t **param,
+00115                                                apr_pool_t *pool,
+00116                                                const char *word,
+00117                                                apr_size_t nlen,
+00118                                                apr_size_t vlen);
+00119 
+00126 APREQ_DECLARE(char *) apreq_param_encode(apr_pool_t *pool,
+00127                                          const apreq_param_t *param);
+00128 
+00140 APREQ_DECLARE(apr_status_t) apreq_parse_query_string(apr_pool_t *pool,
+00141                                                      apr_table_t *t,
+00142                                                      const char *qs);
 00143 
-00155 APREQ_DECLARE(apr_array_header_t *) apreq_params_as_array(apr_pool_t *p,
-00156                                                           const apr_table_t *t,
-00157                                                           const char *key);
-00158 
-00173 APREQ_DECLARE(const char *) apreq_params_as_string(apr_pool_t *p,
-00174                                                    const apr_table_t *t,
-00175                                                    const char *key,
-00176                                                    apreq_join_t mode);
-00177 
-00185 APREQ_DECLARE(const apr_table_t *) apreq_uploads(const apr_table_t *body,
-00186                                                  apr_pool_t *pool);
-00187 
-00196 APREQ_DECLARE(const apreq_param_t *) apreq_upload(const apr_table_t *body,
-00197                                                   const char *name);
-00198 
+00144 
+00156 APREQ_DECLARE(apr_array_header_t *) apreq_params_as_array(apr_pool_t *p,
+00157                                                           const apr_table_t *t,
+00158                                                           const char *key);
+00159 
+00174 APREQ_DECLARE(const char *) apreq_params_as_string(apr_pool_t *p,
+00175                                                    const apr_table_t *t,
+00176                                                    const char *key,
+00177                                                    apreq_join_t mode);
+00178 
+00186 APREQ_DECLARE(const apr_table_t *) apreq_uploads(const apr_table_t *body,
+00187                                                  apr_pool_t *pool);
+00188 
+00197 APREQ_DECLARE(const apreq_param_t *) apreq_upload(const apr_table_t *body,
+00198                                                   const char *name);
 00199 
-00200 #ifdef __cplusplus
-00201 }
-00202 #endif
-00203 
-00204 #endif /* APREQ_PARAM_H */
-00205 
+00200 
+00201 #ifdef __cplusplus
+00202 }
+00203 #endif
+00204 
+00205 #endif /* APREQ_PARAM_H */
 00206 
 00207 
+00208