Searched defs:time (Results 1 - 5 of 5) sorted by relevance
/httpd/modules/ssl/ |
H A D | ssl_ct_sct.h | 40 apr_time_t time; member in struct:__anon315
|
H A D | ssl_ct_log_config.c | 167 apr_time_t *time) 178 *time = apr_time_from_msec(val); 241 APLOGNO(02758) "Invalid min time \"%s\"", min_time_str); 253 APLOGNO(02759) "Invalid max time \"%s\"", max_time_str); 376 "Log config: Record %s, log id %s, public key file %s, distrusted %s, URL %s, time %s->%s", 419 * is within the trusted time interval for the log, but for 166 parse_time_str(apr_pool_t *p, const char *time_str, apr_time_t *time) argument
|
/httpd/modules/aaa/ |
H A D | mod_auth_digest.c | 34 * - The source of the secret should be run-time directive (with server 119 char last_nonce[NONCE_LEN+1]; /* for one-time nonce's */ 163 apr_time_t time; member in union:time_union 169 /* client-list, opaque, and one-time-nonce stuff */ 174 static apr_time_t *otn_counter; /* one-time-nonce counter */ 228 "%s - all nonce-count checking and one-time nonces " 310 /* setup one-time-nonce counter */ 493 /* by the time they use it, the provider should be loaded and 554 "Invalid time in AuthDigestNonceLifetime: ", 728 * one-time nonce [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy_http.c | 117 apr_time_t time; member in struct:header_dptr 161 if (!warn_time || (warn_time == ((header_dptr*)data)->time)) { 173 x.time = apr_date_parse_http(apr_table_get(headers, "Date")); 1047 apr_time_t time = apr_date_parse_http(date); local 1048 if (!time) { 1053 rv = apr_rfc822_date(ndate, time); 1243 if (len == 0) /* time to exit the larger loop as well */ 1831 /* next time try a non-blocking read */ 2117 * ap_proxy_http_prefetch() would have to be called every time, 2219 * set up the static data the 1st time throug [all...] |
/httpd/support/ |
H A D | ab.c | 207 /* maximum number of requests on a time limited test */ 253 apr_time_t starttime; /* start time of connection */ 255 apr_interval_time_t ctime; /* time to connect */ 256 apr_interval_time_t time; /* time for connection */ member in struct:data 278 int tlimit = 0; /* time limit in secs */ 531 srand((unsigned int)time(NULL)); 548 * seed in the current time (usually just 4 bytes) 550 t = time(NULL); 562 * seed in some current state of the run-time stac [all...] |
Completed in 1688 milliseconds