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

/httpd/modules/generators/
H A Dmod_status.c131 int days, hrs, mins, secs; local
133 secs = (int)(tsecs % 60);
149 if (secs)
150 ap_rprintf(r, " %d second%s", secs, secs == 1 ? "" : "s");
/httpd/modules/aaa/
H A Dmod_authn_socache.c239 int secs = atoi(arg); local
240 cfg->timeout = apr_time_from_sec(secs);
255 OR_AUTHCFG, "Timeout (secs) for cached credentials"),
/httpd/modules/proxy/
H A Dmod_proxy_ftp.c1240 time_t secs; local
1248 secs = atol(secs_str);
1250 apr_psprintf(p, "%lu", (unsigned long)(60 * secs)));

Completed in 19 milliseconds