Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 17625 invoked from network); 7 Feb 2005 23:12:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Feb 2005 23:12:53 -0000 Received: (qmail 26011 invoked by uid 500); 7 Feb 2005 23:12:52 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 25929 invoked by uid 500); 7 Feb 2005 23:12:51 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list commits@apr.apache.org Received: (qmail 25908 invoked by uid 99); 7 Feb 2005 23:12:51 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 07 Feb 2005 15:12:47 -0800 Received: (qmail 17278 invoked by uid 65534); 7 Feb 2005 23:12:45 -0000 Message-ID: <20050207231245.17262.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Mon, 07 Feb 2005 23:12:45 -0000 Subject: svn commit: r151768 [44/47] - in apr/site/trunk/docs/docs/apr: ./ iconv/ util/ To: commits@apr.apache.org From: jerenkrantz@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Modified: apr/site/trunk/docs/docs/apr/group__apr__file__permissions.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr/group__apr_= _file__permissions.html?view=3Ddiff&r1=3D151767&r2=3D151768 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/site/trunk/docs/docs/apr/group__apr__file__permissions.html (origin= al) +++ apr/site/trunk/docs/docs/apr/group__apr__file__permissions.html Mon Feb= 7 15:10:17 2005 @@ -3,7 +3,7 @@ Apache Portable Runtime: File Permissions flags - +

File Permissions flags
@@ -11,43 +11,96 @@

- + =20 - + =20 - + =20 - + =20 - + =20 - + =20 - + =20 - + =20 - + =20 - + =20 - + =20 - + =20 - + =20 - + + + + + + + + +<= /tr> + + + + + + + +<= /tr> + + + + + + + +<= /tr> + + + + =20

Defines

#define&nb= sp;APR_USETID   0x8= 000
#define&nb= sp;APR_FPROT_USETID  &nb= sp;0x8000 /**< Set user id */
#define&nb= sp;APR_UREAD   0x04= 00
#define&nb= sp;APR_FPROT_UREAD  &nbs= p;0x0400 /**< Read by user */
#define&nb= sp;APR_UWRITE   0x0= 200
#define&nb= sp;APR_FPROT_UWRITE  &nb= sp;0x0200 /**< Write by user */
#define&nb= sp;APR_UEXECUTE   0= x0100
#define&nb= sp;APR_FPROT_UEXECUTE  &= nbsp;0x0100 /**< Execute by user */
#define&nb= sp;APR_GSETID   0x4= 000
#define&nb= sp;APR_FPROT_GSETID  &nb= sp;0x4000 /**< Set group id */
#define&nb= sp;APR_GREAD   0x00= 40
#define&nb= sp;APR_FPROT_GREAD  &nbs= p;0x0040 /**< Read by group */
#define&nb= sp;APR_GWRITE   0x0= 020
#define&nb= sp;APR_FPROT_GWRITE  &nb= sp;0x0020 /**< Write by group */
#define&nb= sp;APR_GEXECUTE   0= x0010
#define&nb= sp;APR_FPROT_GEXECUTE  &= nbsp;0x0010 /**< Execute by group */
#define&nb= sp;APR_WSTICKY   0x= 2000
#define&nb= sp;APR_FPROT_WSTICKY  &n= bsp;0x2000 /**< Sticky bit */
#define&nb= sp;APR_WREAD   0x00= 04
#define&nb= sp;APR_FPROT_WREAD  &nbs= p;0x0004 /**< Read by others */
#define&nb= sp;APR_WWRITE   0x= 0002
#define&nb= sp;APR_FPROT_WWRITE  &n= bsp;0x0002 /**< Write by others */
#define&nb= sp;APR_WEXECUTE   = 0x0001
#define&nb= sp;APR_FPROT_WEXECUTE  =  0x0001 /**< Execute by others */
#define&nb= sp;APR_OS_DEFAULT  &nbs= p;0x0FFF
#define&nb= sp;APR_FPROT_OS_DEFAULT &nbs= p; 0x0FFF /**< use OS's default permissions */
#define&nb= sp;APR_FILE_SOURCE_PERMS &nb= sp; 0x1000
#define&nb= sp;APR_FPROT_FILE_SOURCE_PERMS&nb= sp;  0x1000 /**< Copy source file's permissions */
#define&nb= sp;APR_USETID   AP= R_FPROT_USETID /**< @deprecated @see APR_FPROT_USETID */
#define&nb= sp;APR_UREAD   APR= _FPROT_UREAD /**< @deprecated @see APR_FPROT_UREAD */
#define&nb= sp;APR_UWRITE   AP= R_FPROT_UWRITE /**< @deprecated @see APR_FPROT_UWRITE */
#define&nb= sp;APR_UEXECUTE   = APR_FPROT_UEXECUTE /**< @deprecated @see APR_FPROT_UEXECUTE */
#define&nb= sp;APR_GSETID   AP= R_FPROT_GSETID /**< @deprecated @see APR_FPROT_GSETID */
#define&nb= sp;APR_GREAD   APR= _FPROT_GREAD /**< @deprecated @see APR_FPROT_GREAD */
#define&nb= sp;APR_GWRITE   AP= R_FPROT_GWRITE /**< @deprecated @see APR_FPROT_GWRITE */
#define&nb= sp;APR_GEXECUTE   = APR_FPROT_GEXECUTE /**< @deprecated @see APR_FPROT_GEXECUTE */
#define&nb= sp;APR_WSTICKY   A= PR_FPROT_WSTICKY /**< @deprecated @see APR_FPROT_WSTICKY */
#define&nb= sp;APR_WREAD   APR= _FPROT_WREAD /**< @deprecated @see APR_FPROT_WREAD */
#define&nb= sp;APR_WWRITE   AP= R_FPROT_WWRITE /**< @deprecated @see APR_FPROT_WWRITE */
#define&nb= sp;APR_WEXECUTE   = APR_FPROT_WEXECUTE /**< @deprecated @see APR_FPROT_WEXECUTE */
#define&nb= sp;APR_OS_DEFAULT  &nbs= p;APR_FPROT_OS_DEFAULT /**< @deprecated @see APR_FPROT_OS_DEFAULT */
#define&nb= sp;APR_FILE_SOURCE_PERMS &nb= sp; APR_FPROT_FILE_SOURCE_PERMS /**< @deprecated @see APR_FPROT_FIL= E_SOURCE_PERMS */

Define Documentation

-

+

+ +
- + + +
#define APR_FILE_SOURCE_= PERMS   0x1000 #define APR_FILE_SOURCE_= PERMS   APR_FPROT_FILE_SOURCE_PERMS /**< @deprecated @see= APR_FPROT_FILE_SOURCE_PERMS */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_FILE_SOURCE_PERMS
+
+

+ + + @@ -64,13 +117,13 @@ Copy source file's permissions
+ + +
#define APR_FPROT_FILE_S= OURCE_PERMS   0x1000 /**< Copy source file's permissions = */
-

+

@@ -87,13 +140,13 @@ Execute by group
- +
#define APR_GEXECUTE&nbs= p;  0x0010 #define APR_FPROT_GEXECU= TE   0x0010 /**< Execute by group */
-<= /a>

+

@@ -110,13 +163,13 @@ Read by group
- +
#define APR_GREAD &= nbsp; 0x0040 #define APR_FPROT_GREAD&= nbsp;  0x0040 /**< Read by group */
-=

+

@@ -133,13 +186,13 @@ Set group id
- +
#define APR_GSETID =   0x4000 #define APR_FPROT_GSETID=    0x4000 /**< Set group id */
-=

+

@@ -156,13 +209,13 @@ Write by group
- +
#define APR_GWRITE =   0x0020 #define APR_FPROT_GWRITE=    0x0020 /**< Write by group */
-

+

@@ -179,13 +232,13 @@ use OS's default permissions
- +
#define APR_OS_DEFAULT&n= bsp;  0x0FFF #define APR_FPROT_OS_DEF= AULT   0x0FFF /**< use OS's default permissions */ =
-

+

@@ -202,13 +255,13 @@ Execute by user
- +
#define APR_UEXECUTE&nbs= p;  0x0100 #define APR_FPROT_UEXECU= TE   0x0100 /**< Execute by user */
-<= /a>

+

@@ -225,13 +278,13 @@ Read by user
- +
#define APR_UREAD &= nbsp; 0x0400 #define APR_FPROT_UREAD&= nbsp;  0x0400 /**< Read by user */
-=

+

@@ -248,13 +301,13 @@ Set user id
- +
#define APR_USETID =   0x8000 #define APR_FPROT_USETID=    0x8000 /**< Set user id */
-=

+

@@ -271,13 +324,13 @@ Write by user
- +
#define APR_UWRITE =   0x0200 #define APR_FPROT_UWRITE=    0x0200 /**< Write by user */
-

+

@@ -294,13 +347,13 @@ Execute by others
- +
#define APR_WEXECUTE&nbs= p;  0x0001 #define APR_FPROT_WEXECU= TE   0x0001 /**< Execute by others */
-<= /a>

+

@@ -317,13 +370,13 @@ Read by others
- +
#define APR_WREAD &= nbsp; 0x0004 #define APR_FPROT_WREAD&= nbsp;  0x0004 /**< Read by others */
-

+

@@ -340,13 +393,13 @@ Sticky bit
- +
#define APR_WSTICKY = ;  0x2000 #define APR_FPROT_WSTICK= Y   0x2000 /**< Sticky bit */
-

+

@@ -363,8 +416,333 @@ Write by others
- +
#define APR_WWRITE =   0x0002 #define APR_FPROT_WWRITE=    0x0002 /**< Write by others */
-


Generated on Wed Se= p 1 21:36:06 2004 for Apache Portable Runtime by +

+ + + + +
+ + + + +
#define APR_GEXECUTE&nbs= p;  APR_FPROT_GEXECUTE /**< @deprecated @see APR_FPROT_GEXEC= UTE */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_GEXECUTE
+
+=

+ + + + +
+ + + + +
#define APR_GREAD &= nbsp; APR_FPROT_GREAD /**< @deprecated @see APR_FPROT_GREAD = */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_GREAD
+
+

+ + + + +
+ + + + +
#define APR_GSETID =   APR_FPROT_GSETID /**< @deprecated @see APR_FPROT_GSETID = */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_GSETID
+
+

+ + + + +
+ + + + +
#define APR_GWRITE =   APR_FPROT_GWRITE /**< @deprecated @see APR_FPROT_GWRITE = */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_GWRITE
+
+

+ + + + +
+ + + + +
#define APR_OS_DEFAULT&n= bsp;  APR_FPROT_OS_DEFAULT /**< @deprecated @see APR_FPROT_OS_= DEFAULT */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_OS_DEFAULT
+
+

+ + + + +
+ + + + +
#define APR_UEXECUTE&nbs= p;  APR_FPROT_UEXECUTE /**< @deprecated @see APR_FPROT_UEXEC= UTE */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_UEXECUTE
+
+=

+ + + + +
+ + + + +
#define APR_UREAD &= nbsp; APR_FPROT_UREAD /**< @deprecated @see APR_FPROT_UREAD = */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_UREAD
+
+

+ + + + +
+ + + + +
#define APR_USETID =   APR_FPROT_USETID /**< @deprecated @see APR_FPROT_USETID = */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_USETID
+
+

+ + + + +
+ + + + +
#define APR_UWRITE =   APR_FPROT_UWRITE /**< @deprecated @see APR_FPROT_UWRITE = */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_UWRITE
+
+

+ + + + +
+ + + + +
#define APR_WEXECUTE&nbs= p;  APR_FPROT_WEXECUTE /**< @deprecated @see APR_FPROT_WEXEC= UTE */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_WEXECUTE
+
+=

+ + + + +
+ + + + +
#define APR_WREAD &= nbsp; APR_FPROT_WREAD /**< @deprecated @see APR_FPROT_WREAD = */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_WREAD
+
+

+ + + + +
+ + + + +
#define APR_WSTICKY = ;  APR_FPROT_WSTICKY /**< @deprecated @see APR_FPROT_WSTICK= Y */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_WSTICKY
+
+

+ + + + +
+ + + + +
#define APR_WWRITE =   APR_FPROT_WWRITE /**< @deprecated @see APR_FPROT_WWRITE = */
+
+ + + + + +
+   + + +

+

Deprecated:
+
See also:
APR_FPROT_WWRITE
+
+


Generated on Mon Fe= b 7 13:18:25 2005 for Apache Portable Runtime by -3D"doxygen"= 1.3.8
+3D"doxygen"= 1.3.7
Modified: apr/site/trunk/docs/docs/apr/group__apr__file__seek__flags.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr/group__apr_= _file__seek__flags.html?view=3Ddiff&r1=3D151767&r2=3D151768 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/site/trunk/docs/docs/apr/group__apr__file__seek__flags.html (origin= al) +++ apr/site/trunk/docs/docs/apr/group__apr__file__seek__flags.html Mon Feb= 7 15:10:17 2005 @@ -3,7 +3,7 @@ Apache Portable Runtime: File Seek Flags - +

File Seek Flags
@@ -88,8 +88,8 @@ Set the file position -
Generated on Wed Se= p 1 21:36:06 2004 for Apache Portable Runtime by +
Generated on Mon Fe= b 7 13:18:25 2005 for Apache Portable Runtime by -3D"doxygen"= 1.3.8
+3D"doxygen"= 1.3.7
Modified: apr/site/trunk/docs/docs/apr/group__apr__file__stat.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr/group__apr_= _file__stat.html?view=3Ddiff&r1=3D151767&r2=3D151768 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/site/trunk/docs/docs/apr/group__apr__file__stat.html (original) +++ apr/site/trunk/docs/docs/apr/group__apr__file__stat.html Mon Feb 7 15:= 10:17 2005 @@ -3,7 +3,7 @@ Apache Portable Runtime: Stat Functions - +

Stat Functions
@@ -14,51 +14,51 @@ struct &nb= sp;apr_finfo_t =20

Defines

-#define&nb= sp;APR_FINFO_LINK   0x0000= 0001 +#define&nb= sp;APR_FINFO_LINK   0x0000= 0001 /**< Stat the link not the file itself if it is a link */ =20 -#define&nb= sp;APR_FINFO_MTIME   0x000= 00010 +#define&nb= sp;APR_FINFO_MTIME   0x000= 00010 /**< Modification Time */ =20 -#define&nb= sp;APR_FINFO_CTIME   0x000= 00020 +#define&nb= sp;APR_FINFO_CTIME   0x000= 00020 /**< Creation or inode-changed time */ =20 -#define&nb= sp;APR_FINFO_ATIME   0x000= 00040 +#define&nb= sp;APR_FINFO_ATIME   0x000= 00040 /**< Access Time */ =20 -#define&nb= sp;APR_FINFO_SIZE   0x0000= 0100 +#define&nb= sp;APR_FINFO_SIZE   0x0000= 0100 /**< Size of the file */ =20 -#define&nb= sp;APR_FINFO_CSIZE   0x000= 00200 +#define&nb= sp;APR_FINFO_CSIZE   0x000= 00200 /**< Storage size consumed by the file */ =20 -#define&nb= sp;APR_FINFO_DEV   0x00001= 000 +#define&nb= sp;APR_FINFO_DEV   0x00001= 000 /**< Device */ =20 -#define&nb= sp;APR_FINFO_INODE   0x000= 02000 +#define&nb= sp;APR_FINFO_INODE   0x000= 02000 /**< Inode */ =20 -#define&nb= sp;APR_FINFO_NLINK   0x00= 004000 +#define&nb= sp;APR_FINFO_NLINK   0x00= 004000 /**< Number of links */ =20 -#define&nb= sp;APR_FINFO_TYPE   0x000= 08000 +#define&nb= sp;APR_FINFO_TYPE   0x000= 08000 /**< Type */ =20 -#define&nb= sp;APR_FINFO_USER   0x000= 10000 +#define&nb= sp;APR_FINFO_USER   0x000= 10000 /**< User */ =20 -#define&nb= sp;APR_FINFO_GROUP   0x00= 020000 +#define&nb= sp;APR_FINFO_GROUP   0x00= 020000 /**< Group */ =20 -#define&nb= sp;APR_FINFO_UPROT   0x00= 100000 +#define&nb= sp;APR_FINFO_UPROT   0x00= 100000 /**< User protection bits */ =20 -#define&nb= sp;APR_FINFO_GPROT   0x00= 200000 +#define&nb= sp;APR_FINFO_GPROT   0x00= 200000 /**< Group protection bits */ =20 -#define&nb= sp;APR_FINFO_WPROT   0x00= 400000 +#define&nb= sp;APR_FINFO_WPROT   0x00= 400000 /**< World protection bits */ =20 -#define&nb= sp;APR_FINFO_ICASE   0x01= 000000 +#define&nb= sp;APR_FINFO_ICASE   0x01= 000000 /**< if dev is case insensitive */ =20 -#define&nb= sp;APR_FINFO_NAME   0x020= 00000 +#define&nb= sp;APR_FINFO_NAME   0x020= 00000 /**< ->name in proper case */ =20 -#define&nb= sp;APR_FINFO_MIN   0x0000= 8170 +#define&nb= sp;APR_FINFO_MIN   0x0000= 8170 /**< type, mtime, ctime, atime, size */ =20 -#define&nb= sp;APR_FINFO_IDENT   0x00= 003000 +#define&nb= sp;APR_FINFO_IDENT   0x00= 003000 /**< dev and inode */ =20 -#define&nb= sp;APR_FINFO_OWNER   0x00= 030000 +#define&nb= sp;APR_FINFO_OWNER   0x00= 030000 /**< user and group */ =20 -#define&nb= sp;APR_FINFO_PROT   0x007= 00000 +#define&nb= sp;APR_FINFO_PROT   0x007= 00000 /**< all protections */ =20 -#define&nb= sp;APR_FINFO_NORM   0x007= 3b170 +#define&nb= sp;APR_FINFO_NORM   0x007= 3b170 /**< an atomic unix apr_stat() */ =20 -#define&nb= sp;APR_FINFO_DIRENT   0x0= 2000000 +#define&nb= sp;APR_FINFO_DIRENT   0x0= 2000000 /**< an atomic unix apr_dir_read() */ =20

Typedefs

typedef apr_finfo_t <= td class=3D"memItemRight" valign=3Dbottom>apr_finfo_t @@ -74,7 +74,7 @@ - +
#define APR_FINFO_ATIME&= nbsp;  0x00000040 #define APR_FINFO_ATIME&= nbsp;  0x00000040 /**< Access Time */
@@ -97,7 +97,7 @@ - +
#define APR_FINFO_CSIZE&= nbsp;  0x00000200 #define APR_FINFO_CSIZE&= nbsp;  0x00000200 /**< Storage size consumed by the file */ =
@@ -120,7 +120,7 @@ - +
#define APR_FINFO_CTIME&= nbsp;  0x00000020 #define APR_FINFO_CTIME&= nbsp;  0x00000020 /**< Creation or inode-changed time */ =
@@ -143,7 +143,7 @@ - +
#define APR_FINFO_DEV&nb= sp;  0x00001000 #define APR_FINFO_DEV&nb= sp;  0x00001000 /**< Device */
@@ -166,7 +166,7 @@ - +
#define APR_FINFO_DIRENT=    0x02000000 #define APR_FINFO_DIRENT=    0x02000000 /**< an atomic unix apr_dir_read() */ =
@@ -189,7 +189,7 @@ - +
#define APR_FINFO_GPROT&= nbsp;  0x00200000 #define APR_FINFO_GPROT&= nbsp;  0x00200000 /**< Group protection bits */
@@ -212,7 +212,7 @@ - +
#define APR_FINFO_GROUP&= nbsp;  0x00020000 #define APR_FINFO_GROUP&= nbsp;  0x00020000 /**< Group */
@@ -235,7 +235,7 @@ - +
#define APR_FINFO_ICASE&= nbsp;  0x01000000 #define APR_FINFO_ICASE&= nbsp;  0x01000000 /**< if dev is case insensitive */ =
@@ -258,7 +258,7 @@ - +
#define APR_FINFO_IDENT&= nbsp;  0x00003000 #define APR_FINFO_IDENT&= nbsp;  0x00003000 /**< dev and inode */
@@ -281,7 +281,7 @@ - +
#define APR_FINFO_INODE&= nbsp;  0x00002000 #define APR_FINFO_INODE&= nbsp;  0x00002000 /**< Inode */
@@ -304,7 +304,7 @@ - +
#define APR_FINFO_LINK&n= bsp;  0x00000001 #define APR_FINFO_LINK&n= bsp;  0x00000001 /**< Stat the link not the file itself if it = is a link */
@@ -327,7 +327,7 @@ - +
#define APR_FINFO_MIN&nb= sp;  0x00008170 #define APR_FINFO_MIN&nb= sp;  0x00008170 /**< type, mtime, ctime, atime, size */ =
@@ -350,7 +350,7 @@ - +
#define APR_FINFO_MTIME&= nbsp;  0x00000010 #define APR_FINFO_MTIME&= nbsp;  0x00000010 /**< Modification Time */
@@ -373,7 +373,7 @@ - +
#define APR_FINFO_NAME&n= bsp;  0x02000000 #define APR_FINFO_NAME&n= bsp;  0x02000000 /**< ->name in proper case */
@@ -396,7 +396,7 @@ - +
#define APR_FINFO_NLINK&= nbsp;  0x00004000 #define APR_FINFO_NLINK&= nbsp;  0x00004000 /**< Number of links */
@@ -419,7 +419,7 @@ - +
#define APR_FINFO_NORM&n= bsp;  0x0073b170 #define APR_FINFO_NORM&n= bsp;  0x0073b170 /**< an atomic unix apr_stat() */ <= /td>
@@ -442,7 +442,7 @@ - +
#define APR_FINFO_OWNER&= nbsp;  0x00030000 #define APR_FINFO_OWNER&= nbsp;  0x00030000 /**< user and group */
@@ -465,7 +465,7 @@ - +
#define APR_FINFO_PROT&n= bsp;  0x00700000 #define APR_FINFO_PROT&n= bsp;  0x00700000 /**< all protections */
@@ -488,7 +488,7 @@ - +
#define APR_FINFO_SIZE&n= bsp;  0x00000100 #define APR_FINFO_SIZE&n= bsp;  0x00000100 /**< Size of the file */
@@ -511,7 +511,7 @@ - +
#define APR_FINFO_TYPE&n= bsp;  0x00008000 #define APR_FINFO_TYPE&n= bsp;  0x00008000 /**< Type */
@@ -534,7 +534,7 @@ - +
#define APR_FINFO_UPROT&= nbsp;  0x00100000 #define APR_FINFO_UPROT&= nbsp;  0x00100000 /**< User protection bits */
@@ -557,7 +557,7 @@ - +
#define APR_FINFO_USER&n= bsp;  0x00010000 #define APR_FINFO_USER&n= bsp;  0x00010000 /**< User */
@@ -580,7 +580,7 @@ - +
#define APR_FINFO_WPROT&= nbsp;  0x00400000 #define APR_FINFO_WPROT&= nbsp;  0x00400000 /**< World protection bits */
@@ -679,8 +679,8 @@ -
Generated on Wed Se= p 1 21:36:06 2004 for Apache Portable Runtime by +
Generated on Mon Fe= b 7 13:18:25 2005 for Apache Portable Runtime by -3D"doxygen"= 1.3.8
+3D"doxygen"= 1.3.7
Added: apr/site/trunk/docs/docs/apr/group__apr__file__writev.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr/group__apr_= _file__writev.html?view=3Dauto&rev=3D151768 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/site/trunk/docs/docs/apr/group__apr__file__writev.html (added) +++ apr/site/trunk/docs/docs/apr/group__apr__file__writev.html Mon Feb 7 1= 5:10:17 2005 @@ -0,0 +1,47 @@ + + +Apache Portable Runtime: {_full} max iovec size + + + + +

{_full} max iovec size
+ +[File I/O Handling Func= tions] +

+ + + + +

Defines

#define&nb= sp;APR_MAX_IOVEC_SIZE
+

Define Documentation

+

+ + + + +
+ + + + +
#define APR_MAX_IOVEC_SI= ZE
+
+ + + + + +
+   + + +

+Value:

1024 /**< System dependent maximum + = size of an iovec array */ +
System dependent maximum size of an iovec array
+


Generated on Mon Fe= b 7 13:18:25 2005 for Apache Portable Runtime by + +3D"doxygen"= 1.3.7
+ + Modified: apr/site/trunk/docs/docs/apr/group__apr__filepath.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr/group__apr_= _filepath.html?view=3Ddiff&r1=3D151767&r2=3D151768 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/site/trunk/docs/docs/apr/group__apr__filepath.html (original) +++ apr/site/trunk/docs/docs/apr/group__apr__filepath.html Mon Feb 7 15:10= :17 2005 @@ -3,7 +3,7 @@ Apache Portable Runtime: Filepath Manipulation Functions - +

Filepath Manipulation Functions
@@ -646,8 +646,8 @@ -
Generated on Wed Se= p 1 21:36:06 2004 for Apache Portable Runtime by +
Generated on Mon Fe= b 7 13:18:25 2005 for Apache Portable Runtime by -3D"doxygen"= 1.3.8
+3D"doxygen"= 1.3.7
Modified: apr/site/trunk/docs/docs/apr/group__apr__fnmatch.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr/group__apr_= _fnmatch.html?view=3Ddiff&r1=3D151767&r2=3D151768 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/site/trunk/docs/docs/apr/group__apr__fnmatch.html (original) +++ apr/site/trunk/docs/docs/apr/group__apr__fnmatch.html Mon Feb 7 15:10:= 17 2005 @@ -3,20 +3,20 @@ Apache Portable Runtime: Filename Matching Functions - +

Filename Matching Functions

- + =20 - + =20 - + =20 -= + =20 - + =20 @@ -33,7 +33,7 @@ @@ -47,7 +47,10 @@

Defines

#define&nb= sp;APR_FNM_NOMATCH   1
#define&nb= sp;APR_FNM_NOMATCH   1 /*= *< Match failed. */
#define&nb= sp;APR_FNM_NOESCAPE   0x01
#define&nb= sp;APR_FNM_NOESCAPE   0x01 /= **< Disable backslash escaping. */
#define&nb= sp;APR_FNM_PATHNAME   0x02
#define&nb= sp;APR_FNM_PATHNAME   0x02 /= **< Slash must be matched by slash. */
#define&nb= sp;APR_FNM_PERIOD   0x04
#define&nb= sp;APR_FNM_PERIOD   0x04 /**= < Period must be matched by period. */
#define&nb= sp;APR_FNM_CASE_BLIND   0x08<= /td>
#define&nb= sp;APR_FNM_CASE_BLIND

Functions

apr_status_t apr_fnmatch (const char *pattern, const char *strings= , int flags)
- +
#define APR_FNM_CASE_BLI= ND   0x08 #define APR_FNM_CASE_BLI= ND
=20

-Compare characters case-insensitively.

Remarks:
This flag is an Apache addition
+Value:
0x08 /*= *< Compare characters case-insensitively. + * @remark This = flag is an Apache addition + */ +
Compare characters case-insensitively.
Rema= rks:
This flag is an Apache addition
@@ -57,7 +60,7 @@ - +
#define APR_FNM_NOESCAPE=    0x01 #define APR_FNM_NOESCAPE=    0x01 /**< Disable backslash escaping. */
@@ -80,7 +83,7 @@ - +
#define APR_FNM_NOMATCH&= nbsp;  1 #define APR_FNM_NOMATCH&= nbsp;  1 /**< Match failed. */
@@ -103,7 +106,7 @@ - +
#define APR_FNM_PATHNAME=    0x02 #define APR_FNM_PATHNAME=    0x02 /**< Slash must be matched by slash. */ =
@@ -126,7 +129,7 @@ - +
#define APR_FNM_PERIOD&n= bsp;  0x04 #define APR_FNM_PERIOD&n= bsp;  0x04 /**< Period must be matched by period. */ =
@@ -284,8 +287,8 @@ -
Generated on Wed Se= p 1 21:36:06 2004 for Apache Portable Runtime by +
Generated on Mon Fe= b 7 13:18:25 2005 for Apache Portable Runtime by -3D"doxygen"= 1.3.8
+3D"doxygen"= 1.3.7
Modified: apr/site/trunk/docs/docs/apr/group__apr__general.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr/group__apr_= _general.html?view=3Ddiff&r1=3D151767&r2=3D151768 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/site/trunk/docs/docs/apr/group__apr__general.html (original) +++ apr/site/trunk/docs/docs/apr/group__apr__general.html Mon Feb 7 15:10:= 17 2005 @@ -3,7 +3,7 @@ Apache Portable Runtime: Miscellaneous library routines - +

Miscellaneous library routines

@@ -398,8 +398,8 @@ signal numbers typedef
-
Generated on Wed Se= p 1 21:36:06 2004 for Apache Portable Runtime by +
Generated on Mon Fe= b 7 13:18:25 2005 for Apache Portable Runtime by -3D"doxygen"= 1.3.8
+3D"doxygen"= 1.3.7
Modified: apr/site/trunk/docs/docs/apr/group__apr__getopt.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr/group__apr_= _getopt.html?view=3Ddiff&r1=3D151767&r2=3D151768 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/site/trunk/docs/docs/apr/group__apr__getopt.html (original) +++ apr/site/trunk/docs/docs/apr/group__apr__getopt.html Mon Feb 7 15:10:1= 7 2005 @@ -3,7 +3,7 @@ Apache Portable Runtime: Command Argument Parsing - +

Command Argument Parsing

@@ -284,8 +284,8 @@
-
Generated on Wed Se= p 1 21:36:06 2004 for Apache Portable Runtime by +
Generated on Mon Fe= b 7 13:18:25 2005 for Apache Portable Runtime by -3D"doxygen"= 1.3.8
+3D"doxygen"= 1.3.7
Modified: apr/site/trunk/docs/docs/apr/group__apr__hash.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr/group__apr_= _hash.html?view=3Ddiff&r1=3D151767&r2=3D151768 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/site/trunk/docs/docs/apr/group__apr__hash.html (original) +++ apr/site/trunk/docs/docs/apr/group__apr__hash.html Mon Feb 7 15:10:17 = 2005 @@ -3,7 +3,7 @@ Apache Portable Runtime: Hash Tables - +

Hash Tables

@@ -736,8 +736,8 @@ The default hash function.
-
Generated on Wed Se= p 1 21:36:06 2004 for Apache Portable Runtime by +
Generated on Mon Fe= b 7 13:18:25 2005 for Apache Portable Runtime by -3D"doxygen"= 1.3.8
+3D"doxygen"= 1.3.7
Modified: apr/site/trunk/docs/docs/apr/group__apr__lib.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr/group__apr_= _lib.html?view=3Ddiff&r1=3D151767&r2=3D151768 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/site/trunk/docs/docs/apr/group__apr__lib.html (original) +++ apr/site/trunk/docs/docs/apr/group__apr__lib.html Mon Feb 7 15:10:17 2= 005 @@ -3,7 +3,7 @@ Apache Portable Runtime: General Purpose Library Routines - +

General Purpose Library Routines

@@ -196,6 +196,7 @@
bufsize The lengt= h of the password buffer.
+
Remarks:
If the password entered must be tr= uncated to fit in the provided buffer, APR_ENAMETOOLONG will be returned. N= ote that the bufsize paramater is passed by reference for no reason; its va= lue will never be modified by the apr_password_get() function.
@@ -293,8 +294,8 @@ -
Generated on Wed Se= p 1 21:36:06 2004 for Apache Portable Runtime by +
Generated on Mon Fe= b 7 13:18:25 2005 for Apache Portable Runtime by -3D"doxygen"= 1.3.8
+3D"doxygen"= 1.3.7
Modified: apr/site/trunk/docs/docs/apr/group__apr__library.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr/group__apr_= _library.html?view=3Ddiff&r1=3D151767&r2=3D151768 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/site/trunk/docs/docs/apr/group__apr__library.html (original) +++ apr/site/trunk/docs/docs/apr/group__apr__library.html Mon Feb 7 15:10:= 17 2005 @@ -3,7 +3,7 @@ Apache Portable Runtime: Library initialization and termination</ti= tle> <link href=3D"doxygen.css" rel=3D"stylesheet" type=3D"text/css"> </head><body> -<!-- Generated by Doxygen 1.3.8 --> +<!-- Generated by Doxygen 1.3.7 --> <div class=3D"qindex"><a class=3D"qindex" href=3D"index.html">Main Pa= ge</a> | <a class=3D"qindex" href=3D"modules.html">Modules</a> | <a class= =3D"qindex" href=3D"annotated.html">Data Structures</a> | <a class=3D"= qindex" href=3D"files.html">File List</a> | <a class=3D"qindex" href= =3D"functions.html">Data Fields</a> | <a class=3D"qindex" href=3D"glob= als.html">Globals</a> | <a class=3D"qindex" href=3D"pages.html">Related&nbs= p;Pages</a></div> <h1>Library initialization and termination</h1><table border=3D0 cellpaddi= ng=3D0 cellspacing=3D0> <tr><td></td></tr> @@ -156,8 +156,8 @@ </td> </tr> </table> -<hr size=3D"1"><address style=3D"align: right;"><small>Generated on Wed Se= p 1 21:36:06 2004 for Apache Portable Runtime by +<hr size=3D"1"><address style=3D"align: right;"><small>Generated on Mon Fe= b 7 13:18:25 2005 for Apache Portable Runtime by <a href=3D"http://www.doxygen.org/index.html"> -<img src=3D"doxygen.png" alt=3D"doxygen" align=3D"middle" border=3D0 ></a>= 1.3.8 </small></address> +<img src=3D"doxygen.png" alt=3D"doxygen" align=3D"middle" border=3D0 ></a>= 1.3.7 </small></address> </body> </html>