Main Page | Modules | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

access.c File Reference

#include "win32/apr_arch_atime.h"
#include "apr_time.h"
#include "apr_general.h"
#include "apr_lib.h"

Include dependency graph for access.c:

Go to the source code of this file.

Functions

apr_status_t apr_get_curtime (struct atime_t *time, apr_time_t *rv)
apr_status_t apr_get_sec (struct atime_t *time, apr_int32_t *rv)
apr_status_t apr_get_min (struct atime_t *time, apr_int32_t *rv)
apr_status_t apr_get_hour (struct atime_t *time, apr_int32_t *rv)
apr_status_t apr_get_mday (struct atime_t *time, apr_int32_t *rv)
apr_status_t apr_get_mon (struct atime_t *time, apr_int32_t *rv)
apr_status_t apr_get_year (struct atime_t *time, apr_int32_t *rv)
apr_status_t apr_get_wday (struct atime_t *time, apr_int32_t *rv)
apr_status_t apr_set_sec (struct atime_t *time, apr_int32_t value)
apr_status_t apr_set_min (struct atime_t *time, apr_int32_t value)
apr_status_t apr_set_hour (struct atime_t *time, apr_int32_t value)
apr_status_t apr_set_mday (struct atime_t *time, apr_int32_t value)
apr_status_t apr_set_mon (struct atime_t *time, apr_int32_t value)
apr_status_t apr_set_year (struct atime_t *time, apr_int32_t value)
apr_status_t apr_set_wday (struct atime_t *time, apr_int32_t value)


Function Documentation

apr_status_t apr_get_curtime struct atime_t time,
apr_time_t rv
 

Definition at line 22 of file access.c.

References APR_ENOTIME, APR_SUCCESS, and atime_t::currtime.

apr_status_t apr_get_hour struct atime_t time,
apr_int32_t *  rv
 

Definition at line 49 of file access.c.

References APR_ENOTIME, and APR_SUCCESS.

apr_status_t apr_get_mday struct atime_t time,
apr_int32_t *  rv
 

Definition at line 58 of file access.c.

References APR_ENOTIME, and APR_SUCCESS.

apr_status_t apr_get_min struct atime_t time,
apr_int32_t *  rv
 

Definition at line 40 of file access.c.

References APR_ENOTIME, and APR_SUCCESS.

apr_status_t apr_get_mon struct atime_t time,
apr_int32_t *  rv
 

Definition at line 67 of file access.c.

References APR_ENOTIME, and APR_SUCCESS.

apr_status_t apr_get_sec struct atime_t time,
apr_int32_t *  rv
 

Definition at line 31 of file access.c.

References APR_ENOTIME, and APR_SUCCESS.

apr_status_t apr_get_wday struct atime_t time,
apr_int32_t *  rv
 

Definition at line 85 of file access.c.

References APR_ENOTIME, and APR_SUCCESS.

apr_status_t apr_get_year struct atime_t time,
apr_int32_t *  rv
 

Definition at line 76 of file access.c.

References APR_ENOTIME, and APR_SUCCESS.

apr_status_t apr_set_hour struct atime_t time,
apr_int32_t  value
 

Definition at line 126 of file access.c.

References APR_ENOMEM, APR_ENOTIME, apr_pcalloc, APR_SUCCESS, and NULL.

apr_status_t apr_set_mday struct atime_t time,
apr_int32_t  value
 

Definition at line 142 of file access.c.

References APR_ENOMEM, APR_ENOTIME, apr_pcalloc, APR_SUCCESS, and NULL.

apr_status_t apr_set_min struct atime_t time,
apr_int32_t  value
 

Definition at line 110 of file access.c.

References APR_ENOMEM, APR_ENOTIME, apr_pcalloc, APR_SUCCESS, and NULL.

apr_status_t apr_set_mon struct atime_t time,
apr_int32_t  value
 

Definition at line 158 of file access.c.

References APR_ENOMEM, APR_ENOTIME, apr_pcalloc, APR_SUCCESS, and NULL.

apr_status_t apr_set_sec struct atime_t time,
apr_int32_t  value
 

Definition at line 94 of file access.c.

References APR_ENOMEM, APR_ENOTIME, apr_pcalloc, APR_SUCCESS, and NULL.

apr_status_t apr_set_wday struct atime_t time,
apr_int32_t  value
 

Definition at line 190 of file access.c.

References APR_ENOMEM, APR_ENOTIME, apr_pcalloc, APR_SUCCESS, and NULL.

apr_status_t apr_set_year struct atime_t time,
apr_int32_t  value
 

Definition at line 174 of file access.c.

References APR_ENOMEM, APR_ENOTIME, apr_pcalloc, APR_SUCCESS, and NULL.