APR Time Library.
More...
#include "apr.h"
#include "apr_errno.h"
#include "apr_pools.h"
Go to the source code of this file.
|
apr_time_t | apr_time_now (void) |
|
apr_status_t | apr_time_ansi_put (apr_time_t *result, time_t input) |
|
apr_status_t | apr_time_exp_tz (apr_time_exp_t *result, apr_time_t input, apr_int32_t offs) |
|
apr_status_t | apr_time_exp_gmt (apr_time_exp_t *result, apr_time_t input) |
|
apr_status_t | apr_time_exp_lt (apr_time_exp_t *result, apr_time_t input) |
|
apr_status_t | apr_time_exp_get (apr_time_t *result, apr_time_exp_t *input) |
|
apr_status_t | apr_time_exp_gmt_get (apr_time_t *result, apr_time_exp_t *input) |
|
void | apr_sleep (apr_interval_time_t t) |
|
apr_status_t | apr_rfc822_date (char *date_str, apr_time_t t) |
|
apr_status_t | apr_ctime (char *date_str, apr_time_t t) |
|
apr_status_t | apr_strftime (char *s, apr_size_t *retsize, apr_size_t max, const char *format, apr_time_exp_t *tm) |
|
void | apr_time_clock_hires (apr_pool_t *p) |
|