Home
last modified time | relevance | path

Searched defs:apr_time_exp_t (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/apr/include/
HDapr_time.h90 typedef struct apr_time_exp_t apr_time_exp_t; typedef
97 struct apr_time_exp_t { struct
99 apr_int32_t tm_usec;
101 apr_int32_t tm_sec;
103 apr_int32_t tm_min;
105 apr_int32_t tm_hour;
107 apr_int32_t tm_mday;
109 apr_int32_t tm_mon;
111 apr_int32_t tm_year;
113 apr_int32_t tm_wday;
[all …]