23#define AP_CTIME_USEC_LENGTH 7
26#define AP_CTIME_COMPACT_LEN 20
29#define AP_CTIME_GMTOFF_LEN 6
41#define TIME_CACHE_SIZE (AP_TIME_RECENT_THRESHOLD + 1)
49#define TIME_CACHE_MASK (AP_TIME_RECENT_THRESHOLD)
const char apr_size_t len
apr_status_t ap_explode_recent_localtime(apr_time_exp_t *tm, apr_time_t t)
#define AP_CTIME_OPTION_GMTOFF
apr_status_t ap_recent_ctime_ex(char *date_str, apr_time_t t, int option, int *len)
apr_status_t ap_recent_rfc822_date(char *date_str, apr_time_t t)
#define AP_CTIME_OPTION_USEC
#define AP_CTIME_OPTION_NONE
#define AP_CTIME_OPTION_COMPACT
apr_status_t ap_recent_ctime(char *date_str, apr_time_t t)
apr_status_t ap_explode_recent_gmt(apr_time_exp_t *tm, apr_time_t t)
apr_size_t apr_size_t const char apr_time_exp_t * tm
APR_DECLARE_DATA const char apr_month_snames[12][4]
APR_DECLARE_DATA const char apr_day_snames[7][4]
#define apr_time_sec(time)
#define apr_time_usec(time)
static struct exploded_time_cache_element exploded_cache_gmt[(15+1)]
#define AP_CTIME_GMTOFF_LEN
static struct exploded_time_cache_element exploded_cache_localtime[(15+1)]
static apr_status_t cached_explode(apr_time_exp_t *xt, apr_time_t t, struct exploded_time_cache_element *cache, int use_gmt)
#define AP_CTIME_COMPACT_LEN
#define AP_CTIME_USEC_LENGTH
Apache date-time handling functions.
typedef int(WSAAPI *apr_winapi_fpt_WSAPoll)(IN OUT LPWSAPOLLFD fdArray