GME  13
Classes | Defines | Typedefs | Functions | Variables
apr_time.h File Reference

APR Time Library. More...

Go to the source code of this file.

Classes

struct  apr_time_exp_t

Defines

#define APR_TIME_C(val)   APR_INT64_C(val)
#define APR_TIME_T_FMT   APR_INT64_T_FMT
#define APR_USEC_PER_SEC   APR_TIME_C(1000000)
#define apr_time_sec(time)   ((time) / APR_USEC_PER_SEC)
#define apr_time_usec(time)   ((time) % APR_USEC_PER_SEC)
#define apr_time_msec(time)   (((time) / 1000) % 1000)
#define apr_time_as_msec(time)   ((time) / 1000)
#define apr_time_from_msec(msec)   ((apr_time_t)(msec) * 1000)
#define apr_time_from_sec(sec)   ((apr_time_t)(sec) * APR_USEC_PER_SEC)
#define apr_time_make(sec, usec)
#define APR_RFC822_DATE_LEN   (30)
#define APR_CTIME_LEN   (25)

Typedefs

typedef apr_int64_t apr_time_t
typedef apr_int64_t apr_interval_time_t
typedef apr_int32_t apr_short_interval_time_t
typedef struct apr_time_exp_t apr_time_exp_t

Functions

 APR_DECLARE (apr_time_t) apr_time_now(void)
 APR_DECLARE (apr_status_t) apr_time_ansi_put(apr_time_t *result
 APR_DECLARE (void) apr_sleep(apr_interval_time_t t)

Variables

APR_DECLARE_DATA const char apr_month_snames [12][4]
APR_DECLARE_DATA const char apr_day_snames [7][4]
time_t input
apr_time_t apr_int32_t offs
apr_time_t t
apr_size_t * retsize
apr_size_t apr_size_t max
apr_size_t apr_size_t const char * format
apr_size_t apr_size_t const
char apr_time_exp_t
tm

Detailed Description

APR Time Library.

Definition in file apr_time.h.