Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_time.h91 typedef struct apr_time_exp_t apr_time_exp_t; typedef
98 struct apr_time_exp_t { struct
100 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 …]