Searched defs:apr_time_exp_t (Results 1 – 1 of 1) sorted by relevance
90 typedef struct apr_time_exp_t apr_time_exp_t; typedef97 struct apr_time_exp_t { struct99 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 …]