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

/httpd/support/
H A Dphf_abuse_log.cgi.in29 require "ctime.pl";
30 $when = &ctime(time);
H A Dab.c255 apr_interval_time_t ctime; /* time to connect */ member in struct:data
773 if ((a->ctime) < (b->ctime))
775 if ((a->ctime) > (b->ctime))
791 apr_interval_time_t p = a->time - a->ctime;
792 apr_interval_time_t q = b->time - b->ctime;
884 mincon = ap_min(mincon, s->ctime);
886 mind = ap_min(mind, s->time - s->ctime);
889 maxcon = ap_max(maxcon, s->ctime);
[all...]
/httpd/modules/dav/fs/
H A Drepos.c1937 ** perform the operations that would modify ctime (after we
1941 resource->info->finfo.ctime,
/httpd/modules/lua/
H A Dlua_request.c1500 lua_pushstring(L, "ctime");
1501 lua_pushnumber(L, (lua_Number) file_info.ctime);

Completed in 2806 milliseconds