Searched refs:cached_explode (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_time.c37 apr_int64_t t_validate; /* please see comments in cached_explode() */
55 static apr_status_t cached_explode(apr_time_exp_t *xt, apr_time_t t, function
149 return cached_explode(tm, t, exploded_cache_localtime, 0);
155 return cached_explode(tm, t, exploded_cache_gmt, 1);

Completed in 9 milliseconds