Apache Portable Runtime
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Modules | Typedefs | Functions
File I/O Handling Functions
Apache Portability Runtime library

Modules

 File Open Flags/Routines
 File Seek Flags
 File Attribute Flags
 {_full} max iovec size
 File Lock Types

Typedefs

typedef apr_uint32_t apr_fileattrs_t
typedef int apr_seek_where_t
typedef struct apr_file_t apr_file_t

Functions

apr_status_t apr_file_open (apr_file_t **newf, const char *fname, apr_int32_t flag, apr_fileperms_t perm, apr_pool_t *pool)
apr_status_t apr_file_close (apr_file_t *file)
apr_status_t apr_file_remove (const char *path, apr_pool_t *pool)
apr_status_t apr_file_rename (const char *from_path, const char *to_path, apr_pool_t *pool)
apr_status_t apr_file_link (const char *from_path, const char *to_path)
apr_status_t apr_file_copy (const char *from_path, const char *to_path, apr_fileperms_t perms, apr_pool_t *pool)
apr_status_t apr_file_append (const char *from_path, const char *to_path, apr_fileperms_t perms, apr_pool_t *pool)
apr_status_t apr_file_eof (apr_file_t *fptr)
apr_status_t apr_file_open_stderr (apr_file_t **thefile, apr_pool_t *pool)
apr_status_t apr_file_open_stdout (apr_file_t **thefile, apr_pool_t *pool)
apr_status_t apr_file_open_stdin (apr_file_t **thefile, apr_pool_t *pool)
apr_status_t apr_file_open_flags_stderr (apr_file_t **thefile, apr_int32_t flags, apr_pool_t *pool)
apr_status_t apr_file_open_flags_stdout (apr_file_t **thefile, apr_int32_t flags, apr_pool_t *pool)
apr_status_t apr_file_open_flags_stdin (apr_file_t **thefile, apr_int32_t flags, apr_pool_t *pool)
apr_status_t apr_file_read (apr_file_t *thefile, void *buf, apr_size_t *nbytes)
apr_status_t apr_file_write (apr_file_t *thefile, const void *buf, apr_size_t *nbytes)
apr_status_t apr_file_writev (apr_file_t *thefile, const struct iovec *vec, apr_size_t nvec, apr_size_t *nbytes)
apr_status_t apr_file_read_full (apr_file_t *thefile, void *buf, apr_size_t nbytes, apr_size_t *bytes_read)
apr_status_t apr_file_write_full (apr_file_t *thefile, const void *buf, apr_size_t nbytes, apr_size_t *bytes_written)
apr_status_t apr_file_writev_full (apr_file_t *thefile, const struct iovec *vec, apr_size_t nvec, apr_size_t *nbytes)
apr_status_t apr_file_putc (char ch, apr_file_t *thefile)
apr_status_t apr_file_getc (char *ch, apr_file_t *thefile)
apr_status_t apr_file_ungetc (char ch, apr_file_t *thefile)
apr_status_t apr_file_gets (char *str, int len, apr_file_t *thefile)
apr_status_t apr_file_puts (const char *str, apr_file_t *thefile)
apr_status_t apr_file_flush (apr_file_t *thefile)
apr_status_t apr_file_sync (apr_file_t *thefile)
apr_status_t apr_file_datasync (apr_file_t *thefile)
apr_status_t apr_file_dup (apr_file_t **new_file, apr_file_t *old_file, apr_pool_t *p)
apr_status_t apr_file_dup2 (apr_file_t *new_file, apr_file_t *old_file, apr_pool_t *p)
apr_status_t apr_file_setaside (apr_file_t **new_file, apr_file_t *old_file, apr_pool_t *p)
apr_status_t apr_file_buffer_set (apr_file_t *thefile, char *buffer, apr_size_t bufsize)
apr_size_t apr_file_buffer_size_get (apr_file_t *thefile)
apr_status_t apr_file_seek (apr_file_t *thefile, apr_seek_where_t where, apr_off_t *offset)
apr_status_t apr_file_pipe_create (apr_file_t **in, apr_file_t **out, apr_pool_t *pool)
apr_status_t apr_file_pipe_create_ex (apr_file_t **in, apr_file_t **out, apr_int32_t blocking, apr_pool_t *pool)
apr_status_t apr_file_namedpipe_create (const char *filename, apr_fileperms_t perm, apr_pool_t *pool)
apr_status_t apr_file_pipe_timeout_get (apr_file_t *thepipe, apr_interval_time_t *timeout)
apr_status_t apr_file_pipe_timeout_set (apr_file_t *thepipe, apr_interval_time_t timeout)
apr_status_t apr_file_lock (apr_file_t *thefile, int type)
apr_status_t apr_file_unlock (apr_file_t *thefile)
apr_status_t apr_file_name_get (const char **new_path, apr_file_t *thefile)
apr_status_t apr_file_data_get (void **data, const char *key, apr_file_t *file)
apr_status_t apr_file_data_set (apr_file_t *file, void *data, const char *key, apr_status_t(*cleanup)(void *))
int apr_file_printf (apr_file_t *fptr, const char *format,...)
apr_status_t apr_file_perms_set (const char *fname, apr_fileperms_t perms)
apr_status_t apr_file_attrs_set (const char *fname, apr_fileattrs_t attributes, apr_fileattrs_t attr_mask, apr_pool_t *pool)
apr_status_t apr_file_mtime_set (const char *fname, apr_time_t mtime, apr_pool_t *pool)
apr_status_t apr_dir_make (const char *path, apr_fileperms_t perm, apr_pool_t *pool)
apr_status_t apr_dir_make_recursive (const char *path, apr_fileperms_t perm, apr_pool_t *pool)
apr_status_t apr_dir_remove (const char *path, apr_pool_t *pool)
apr_status_t apr_file_info_get (apr_finfo_t *finfo, apr_int32_t wanted, apr_file_t *thefile)
apr_status_t apr_file_trunc (apr_file_t *fp, apr_off_t offset)
apr_int32_t apr_file_flags_get (apr_file_t *f)
apr_pool_tapr_file_pool_get (const apr_file_t *thefile)
apr_status_t apr_file_inherit_set (apr_file_t *thefile)
apr_status_t apr_file_inherit_unset (apr_file_t *thefile)
apr_status_t apr_file_mktemp (apr_file_t **fp, char *templ, apr_int32_t flags, apr_pool_t *p)
apr_status_t apr_temp_dir_get (const char **temp_dir, apr_pool_t *p)

Detailed Description

Typedef Documentation

typedef struct apr_file_t apr_file_t

Structure for referencing files.

typedef apr_uint32_t apr_fileattrs_t

File attributes

typedef int apr_seek_where_t

Type to pass as whence argument to apr_file_seek.

Function Documentation

apr_status_t apr_dir_make ( const char *  path,
apr_fileperms_t  perm,
apr_pool_t pool 
)

Create a new directory on the file system.

Parameters
paththe path for the directory to be created. (use / on all systems)
permPermissions for the new directory.
poolthe pool to use.
apr_status_t apr_dir_make_recursive ( const char *  path,
apr_fileperms_t  perm,
apr_pool_t pool 
)

Creates a new directory on the file system, but behaves like 'mkdir -p'. Creates intermediate directories as required. No error will be reported if PATH already exists.

Parameters
paththe path for the directory to be created. (use / on all systems)
permPermissions for the new directory.
poolthe pool to use.
apr_status_t apr_dir_remove ( const char *  path,
apr_pool_t pool 
)

Remove directory from the file system.

Parameters
paththe path for the directory to be removed. (use / on all systems)
poolthe pool to use.
Remarks
Removing a directory which is in-use (e.g., the current working directory, or during apr_dir_read, or with an open file) is not portable.
apr_status_t apr_file_append ( const char *  from_path,
const char *  to_path,
apr_fileperms_t  perms,
apr_pool_t pool 
)

Append the specified file to another file.

Parameters
from_pathThe full path to the source file (use / on all systems)
to_pathThe full path to the destination file (use / on all systems)
permsAccess permissions for the destination file if it is created. In place of the usual or'd combination of file permissions, the value APR_FILE_SOURCE_PERMS may be given, in which case the source file's permissions are copied.
poolThe pool to use.
Remarks
The new file does not need to exist, it will be created if required.
apr_status_t apr_file_attrs_set ( const char *  fname,
apr_fileattrs_t  attributes,
apr_fileattrs_t  attr_mask,
apr_pool_t pool 
)

Set attributes of the specified file.

Parameters
fnameThe full path to the file (using / on all systems)
attributesOr'd combination of
           APR_FILE_ATTR_READONLY   - make the file readonly
           APR_FILE_ATTR_EXECUTABLE - make the file executable
           APR_FILE_ATTR_HIDDEN     - make the file hidden
attr_maskMask of valid bits in attributes.
poolthe pool to use.
Remarks
This function should be used in preference to explicit manipulation of the file permissions, because the operations to provide these attributes are platform specific and may involve more than simply setting permission bits.
Warning
Platforms which do not implement this feature will return APR_ENOTIMPL.
apr_status_t apr_file_buffer_set ( apr_file_t thefile,
char *  buffer,
apr_size_t  bufsize 
)

Give the specified apr file handle a new buffer

Parameters
thefileThe file handle that is to be modified
bufferThe buffer
bufsizeThe size of the buffer
Remarks
It is possible to add a buffer to previously unbuffered file handles, the APR_BUFFERED flag will be added to the file handle's flags. Likewise, with buffer=NULL and bufsize=0 arguments it is possible to make a previously buffered file handle unbuffered.
apr_size_t apr_file_buffer_size_get ( apr_file_t thefile)

Get the size of any buffer for the specified apr file handle

Parameters
thefileThe file handle
apr_status_t apr_file_close ( apr_file_t file)

Close the specified file.

Parameters
fileThe file descriptor to close.
apr_status_t apr_file_copy ( const char *  from_path,
const char *  to_path,
apr_fileperms_t  perms,
apr_pool_t pool 
)

Copy the specified file to another file.

Parameters
from_pathThe full path to the original file (using / on all systems)
to_pathThe full path to the new file (using / on all systems)
permsAccess permissions for the new file if it is created. In place of the usual or'd combination of file permissions, the value APR_FILE_SOURCE_PERMS may be given, in which case the source file's permissions are copied.
poolThe pool to use.
Remarks
The new file does not need to exist, it will be created if required.
Warning
If the new file already exists, its contents will be overwritten.
apr_status_t apr_file_data_get ( void **  data,
const char *  key,
apr_file_t file 
)

Return the data associated with the current file.

Parameters
dataThe user data associated with the file.
keyThe key to use for retrieving data associated with this file.
fileThe currently open file.
apr_status_t apr_file_data_set ( apr_file_t file,
void *  data,
const char *  key,
apr_status_t(*)(void *)  cleanup 
)

Set the data associated with the current file.

Parameters
fileThe currently open file.
dataThe user data to associate with the file.
keyThe key to use for associating data with the file.
cleanupThe cleanup routine to use when the file is destroyed.
apr_status_t apr_file_datasync ( apr_file_t thefile)

Transfer all file modified data to disk.

Parameters
thefileThe file descriptor to sync
apr_status_t apr_file_dup ( apr_file_t **  new_file,
apr_file_t old_file,
apr_pool_t p 
)

Duplicate the specified file descriptor.

Parameters
new_fileThe structure to duplicate into.
old_fileThe file to duplicate.
pThe pool to use for the new file.
Remarks
*new_file must point to a valid apr_file_t, or point to NULL.
apr_status_t apr_file_dup2 ( apr_file_t new_file,
apr_file_t old_file,
apr_pool_t p 
)

Duplicate the specified file descriptor and close the original

Parameters
new_fileThe old file that is to be closed and reused
old_fileThe file to duplicate
pThe pool to use for the new file
Remarks
new_file MUST point at a valid apr_file_t. It cannot be NULL.
apr_status_t apr_file_eof ( apr_file_t fptr)

Are we at the end of the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file

Parameters
fptrThe apr file we are testing.
Remarks
Returns APR_EOF the file