Apache HTTPD
Functions | Variables
timestr.c File Reference
#include "apr_portable.h"
#include "apr_time.h"
#include "apr_lib.h"
#include "apr_private.h"

Go to the source code of this file.

Functions

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 *xt)
 

Variables

APR_DECLARE_DATA const char apr_month_snames [12][4]
 
APR_DECLARE_DATA const char apr_day_snames [7][4]
 

Function Documentation

◆ apr_ctime()

apr_status_t apr_ctime ( char date_str,
apr_time_t  t 
)

Definition at line 90 of file timestr.c.

◆ apr_rfc822_date()

apr_status_t apr_rfc822_date ( char date_str,
apr_time_t  t 
)

Definition at line 42 of file timestr.c.

◆ apr_strftime()

apr_status_t apr_strftime ( char s,
apr_size_t retsize,
apr_size_t  max,
const char format,
apr_time_exp_t xt 
)

Definition at line 132 of file timestr.c.