Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 43E6C11F31 for ; Sat, 19 Apr 2014 12:32:10 +0000 (UTC) Received: (qmail 5917 invoked by uid 500); 19 Apr 2014 12:32:01 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 5494 invoked by uid 500); 19 Apr 2014 12:31:50 -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 5345 invoked by uid 99); 19 Apr 2014 12:31:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Apr 2014 12:31:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 19 Apr 2014 12:31:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D0ABA2388CC5; Sat, 19 Apr 2014 12:30:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1588644 [38/38] - in /apr/site/trunk/docs/docs/apr/1.5: ./ search/ Date: Sat, 19 Apr 2014 12:29:50 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140419123005.D0ABA2388CC5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__finfo__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__finfo__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__finfo__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__finfo__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_finfo_t Struct Reference @@ -29,7 +30,7 @@ - + @@ -90,29 +91,46 @@ var searchBox = new SearchBox("searchBox

#include <apr_file_info.h>

- + + + + + + + + + + + + + + + + +

+

Data Fields

apr_pool_tpool
 
apr_int32_t valid
 
apr_fileperms_t protection
 
apr_filetype_e filetype
 
apr_uid_t user
 
apr_gid_t group
 
apr_ino_t inode
 
apr_dev_t device
 
apr_int32_t nlink
 
apr_off_t size
 
apr_off_t csize
 
apr_time_t atime
 
apr_time_t mtime
 
apr_time_t ctime
 
const char * fname
 
const char * name
 
struct apr_file_tfilehand
 
-

Detailed Description

+

Detailed Description

The file information structure. This is analogous to the POSIX stat structure.

-

Field Documentation

+

Field Documentation

@@ -174,7 +192,7 @@ Data Fields
-

The file's handle, if accessed (can be submitted to apr_duphandle)

+

Unused

@@ -340,9 +358,9 @@ Data Fields Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__getopt__option__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__getopt__option__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__getopt__option__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__getopt__option__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_getopt_option_t Struct Reference @@ -29,7 +30,7 @@ - + @@ -90,16 +91,20 @@ var searchBox = new SearchBox("searchBox

#include <apr_getopt.h>

- + + + +

+

Data Fields

const char * name
 
int optch
 
int has_arg
 
const char * description
 
-

Detailed Description

+

Detailed Description

Structure used to describe options that getopt should search for.

-

Field Documentation

+

Field Documentation

@@ -158,9 +163,9 @@ Data Fields
Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__getopt__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__getopt__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__getopt__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__getopt__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_getopt_t Struct Reference @@ -29,7 +30,7 @@
- + @@ -90,24 +91,36 @@ var searchBox = new SearchBox("searchBox

#include <apr_getopt.h>

- + + + + + + + + + + + +

+

Data Fields

apr_pool_tcont
 
apr_getopt_err_fn_terrfn
 
void * errarg
 
int ind
 
int opt
 
int reset
 
int argc
 
const char ** argv
 
char const * place
 
int interleave
 
int skip_start
 
int skip_end
 
-

Detailed Description

+

Detailed Description

Structure to store command line argument information.

-

Field Documentation

+

Field Documentation

@@ -270,9 +283,9 @@ Data Fields
Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__hdtr__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__hdtr__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__hdtr__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__hdtr__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_hdtr_t Struct Reference @@ -29,7 +30,7 @@
- + @@ -90,16 +91,20 @@ var searchBox = new SearchBox("searchBox

#include <apr_network_io.h>

- + + + +

+

Data Fields

struct iovec * headers
 
int numheaders
 
struct iovec * trailers
 
int numtrailers
 
-

Detailed Description

+

Detailed Description

A structure to encapsulate headers and trailers for apr_socket_sendfile

-

Field Documentation

+

Field Documentation

@@ -158,9 +163,9 @@ Data Fields
Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__memnode__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__memnode__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__memnode__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__memnode__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_memnode_t Struct Reference @@ -29,7 +30,7 @@
- + @@ -90,19 +91,25 @@ var searchBox = new SearchBox("searchBox

#include <apr_allocator.h>

- + + + + + +

+

Data Fields

apr_memnode_tnext
 
apr_memnode_t ** ref
 
apr_uint32_t index
 
apr_uint32_t free_index
 
char * first_avail
 
char * endp
 
-

Detailed Description

+

Detailed Description

basic memory node structure

Note
The next, ref and first_avail fields are available for use by the caller of apr_allocator_alloc(), the remaining fields are read-only. The next field has to be used with caution and sensibly set when the memnode is passed back to apr_allocator_free(). See apr_allocator_free() for details. The ref and first_avail fields will be properly restored by apr_allocator_free().
-

Field Documentation

+

Field Documentation

@@ -187,9 +194,9 @@ Data Fields
Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__mmap__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__mmap__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__mmap__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__mmap__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_mmap_t Struct Reference @@ -29,7 +30,7 @@
- + @@ -91,19 +92,23 @@ var searchBox = new SearchBox("searchBox

#include <apr_mmap.h>

- +

+

Public Member Functions

 APR_RING_ENTRY (apr_mmap_t) link
 
- + + +

+

Data Fields

apr_pool_tcntxt
 
void * mm
 
apr_size_t size
 
-

Detailed Description

+

Detailed Description

Remarks
As far as I can tell the only really sane way to store an MMAP is as a void * and a length. BeOS requires this area_id, but that's just a little something extra. I am exposing this type, because it doesn't make much sense to keep it private, and opening it up makes some stuff easier in Apache.The MMAP structure
-

Member Function Documentation

+

Member Function Documentation

@@ -112,7 +117,7 @@ Data Fields apr_mmap_t::APR_RING_ENTRY ( apr_mmap_t  - ) + ) @@ -121,7 +126,7 @@ Data Fields
-

Field Documentation

+

Field Documentation

@@ -167,9 +172,9 @@ Data Fields
Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__os__proc__mutex__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__os__proc__mutex__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__os__proc__mutex__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__os__proc__mutex__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_os_proc_mutex_t Struct Reference @@ -29,7 +30,7 @@
- + @@ -90,15 +91,18 @@ var searchBox = new SearchBox("searchBox

#include <apr_portable.h>

- + + +

+

Data Fields

int crossproc
 
pthread_mutex_t * pthread_interproc
 
pthread_mutex_t * intraproc
 
-

Detailed Description

+

Detailed Description

Basic OS process mutex structure.

-

Field Documentation

+

Field Documentation

@@ -144,9 +148,9 @@ Data Fields
Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__os__sock__info__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__os__sock__info__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__os__sock__info__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__os__sock__info__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_os_sock_info_t Struct Reference @@ -29,7 +30,7 @@
- + @@ -90,18 +91,24 @@ var searchBox = new SearchBox("searchBox

#include <apr_portable.h>

- + + + + + +

+

Data Fields

apr_os_sock_tos_sock
 
struct sockaddr * local
 
struct sockaddr * remote
 
int family
 
int type
 
int protocol
 
-

Detailed Description

+

Detailed Description

everything APR needs to know about an active socket to construct an APR socket from it; currently, this is platform-independent

-

Field Documentation

+

Field Documentation

@@ -186,9 +193,9 @@ Data Fields
Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__pollfd__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__pollfd__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__pollfd__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__pollfd__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_pollfd_t Struct Reference @@ -29,7 +30,7 @@
- + @@ -90,18 +91,24 @@ var searchBox = new SearchBox("searchBox

#include <apr_poll.h>

- + + + + + +

+

Data Fields

apr_pool_tp
 
apr_datatype_e desc_type
 
apr_int16_t reqevents
 
apr_int16_t rtnevents
 
apr_descriptor desc
 
void * client_data
 
-

Detailed Description

+

Detailed Description

Poll descriptor set.

-

Field Documentation

+

Field Documentation

@@ -186,9 +193,9 @@ Data Fields
Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__proc__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__proc__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__proc__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__proc__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_proc_t Struct Reference @@ -29,7 +30,7 @@
- + @@ -90,18 +91,24 @@ var searchBox = new SearchBox("searchBox

#include <apr_thread_proc.h>

- + + + + + +

+

Data Fields

pid_t pid
 
apr_file_tin
 
apr_file_tout
 
apr_file_terr
 
char * invoked
 
HANDLE hproc
 
-

Detailed Description

+

Detailed Description

The APR process type

-

Field Documentation

+

Field Documentation

@@ -189,9 +196,9 @@ Data Fields
Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__sockaddr__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__sockaddr__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__sockaddr__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__sockaddr__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_sockaddr_t Struct Reference @@ -29,7 +30,7 @@
- + @@ -90,27 +91,41 @@ var searchBox = new SearchBox("searchBox

#include <apr_network_io.h>

- + + + + + + + + + + + + + +

+

Data Fields

apr_pool_tpool
 
char * hostname
 
char * servname
 
apr_port_t port
 
apr_int32_t family
 
apr_socklen_t salen
 
int ipaddr_len
 
int addr_str_len
 
void * ipaddr_ptr
 
apr_sockaddr_tnext
 
union {
   struct sockaddr_in   sin
 
   struct sockaddr_in6   sin6
 
   struct sockaddr_storage   sas
 
sa
 
-

Detailed Description

+

Detailed Description

APRs socket address type, used to ensure protocol independence

-

Field Documentation

+

Field Documentation

@@ -299,9 +314,9 @@ Data Fields
Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__table__entry__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__table__entry__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__table__entry__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__table__entry__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_table_entry_t Struct Reference @@ -29,7 +30,7 @@
- + @@ -90,15 +91,18 @@ var searchBox = new SearchBox("searchBox

#include <apr_tables.h>

- + + +

+

Data Fields

char * key
 
char * val
 
apr_uint32_t key_checksum
 
-

Detailed Description

+

Detailed Description

The type for each entry in a string-content table

-

Field Documentation

+

Field Documentation

@@ -144,9 +148,9 @@ Data Fields
Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__time__exp__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__time__exp__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__time__exp__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__time__exp__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_time_exp_t Struct Reference @@ -29,7 +30,7 @@
- + @@ -90,27 +91,38 @@ var searchBox = new SearchBox("searchBox

#include <apr_time.h>

- + + + + + + + + + + +

+

Data Fields

apr_int32_t tm_usec
 
apr_int32_t tm_sec
 
apr_int32_t tm_min
 
apr_int32_t tm_hour
 
apr_int32_t tm_mday
 
apr_int32_t tm_mon
 
apr_int32_t tm_year
 
apr_int32_t tm_wday
 
apr_int32_t tm_yday
 
apr_int32_t tm_isdst
 
apr_int32_t tm_gmtoff
 
-

Detailed Description

+

Detailed Description

a structure similar to ANSI struct tm with the following differences:

  • tm_usec isn't an ANSI field
  • -
  • tm_gmtoff isn't an ANSI field (it's a bsdism)
  • +
  • tm_gmtoff isn't an ANSI field (it's a BSDism)
-

Field Documentation

+

Field Documentation

@@ -224,7 +236,7 @@ Data Fields
-

(0-6) days since sunday

+

(0-6) days since Sunday

@@ -237,7 +249,7 @@ Data Fields
-

(0-365) days since jan 1

+

(0-365) days since January 1

@@ -260,9 +272,9 @@ Data Fields Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__version__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__version__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__version__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__version__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_version_t Struct Reference @@ -29,7 +30,7 @@ - + @@ -90,16 +91,20 @@ var searchBox = new SearchBox("searchBox

#include <apr_version.h>

- + + + +

+

Data Fields

int major
 
int minor
 
int patch
 
int is_dev
 
-

Detailed Description

+

Detailed Description

The numeric version information is broken out into fields within this structure.

-

Field Documentation

+

Field Documentation

@@ -158,9 +163,9 @@ Data Fields
Modified: apr/site/trunk/docs/docs/apr/1.5/structapr__vformatter__buff__t.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/structapr__vformatter__buff__t.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/structapr__vformatter__buff__t.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/structapr__vformatter__buff__t.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_vformatter_buff_t Struct Reference @@ -29,7 +30,7 @@
- + @@ -90,14 +91,16 @@ var searchBox = new SearchBox("searchBox

#include <apr_lib.h>

- + +

+

Data Fields

char * curpos
 
char * endpos
 
-

Detailed Description

+

Detailed Description

Structure used by the variable-formatter routines.

-

Field Documentation

+

Field Documentation

@@ -130,9 +133,9 @@ Data Fields
Modified: apr/site/trunk/docs/docs/apr/1.5/tab_b.png URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/tab_b.png?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== Binary files - no diff available. Modified: apr/site/trunk/docs/docs/apr/1.5/tab_h.png URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/tab_h.png?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== Binary files - no diff available. Modified: apr/site/trunk/docs/docs/apr/1.5/unionapr__descriptor.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/unionapr__descriptor.html?rev=1588644&r1=1588643&r2=1588644&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/1.5/unionapr__descriptor.html (original) +++ apr/site/trunk/docs/docs/apr/1.5/unionapr__descriptor.html Sat Apr 19 12:29:44 2014 @@ -3,6 +3,7 @@ + Apache Portable Runtime: apr_descriptor Union Reference @@ -29,7 +30,7 @@
- + @@ -90,14 +91,16 @@ var searchBox = new SearchBox("searchBox

#include <apr_poll.h>

- + +

+

Data Fields

apr_file_tf
 
apr_socket_ts
 
-

Detailed Description

+

Detailed Description

Union of either an APR file or socket.

-

Field Documentation

+

Field Documentation

@@ -130,9 +133,9 @@ Data Fields