Searched defs:apr_time_exp_t (Results 1 – 1 of 1) sorted by relevance
91 typedef struct apr_time_exp_t apr_time_exp_t; typedef98 struct apr_time_exp_t { struct100 apr_int32_t tm_usec;102 apr_int32_t tm_sec;104 apr_int32_t tm_min;106 apr_int32_t tm_hour;108 apr_int32_t tm_mday;110 apr_int32_t tm_mon;112 apr_int32_t tm_year;114 apr_int32_t tm_wday;[all …]