/httpd/test/ |
H A D | test_select.c | 28 #include <sys/time.h>
|
H A D | cls.c | 21 #include <time.h> 67 * Converts 8 hex digits to a time integer
|
H A D | time-sem.c | 18 time-sem.c has the basics of the semaphores we use in http_main.c. It's 48 gcc -o time-FCNTL -Wall -O time-sem.c -DUSE_FCNTL_SERIALIZED_ACCEPT 49 gcc -o time-FLOCK -Wall -O time-sem.c -DUSE_FLOCK_SERIALIZED_ACCEPT 50 gcc -o time-SYSVSEM -Wall -O time-sem.c -DUSE_SYSVSEM_SERIALIZED_ACCEPT 51 gcc -o time-SYSVSEM2 -Wall -O time-sem.c -DUSE_SYSVSEM_SERIALIZED_ACCEPT -DNO_SEM_UNDO 52 gcc -o time [all...] |
/httpd/os/os2/ |
H A D | util_os2.c | 24 #include <sys/time.h>
|
/httpd/support/ |
H A D | log_server_status.in | 37 my @ltime = localtime(time); 44 my $time = 58 print OUT "$time:-1:-1:-1:-1:$@\n"; 74 print OUT "$time:$requests:$idle:$number:$cpu\n";
|
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...] |
H A D | suexec.c | 41 #include <time.h> 185 time(&timevar);
|
H A D | passwd_common.c | 29 #include <time.h>
|
H A D | htdbm.c | 44 #include <time.h> 295 " -C Set the computing time used for the bcrypt algorithm\n"
|
/httpd/modules/ssl/ |
H A D | ssl_ct_sct.h | 40 apr_time_t time; member in struct:__anon315
|
H A D | ssl_ct_sct.c | 66 if (!log_valid_for_received_sct(config_elts[i], sctf->time)) { 69 "out of trusted time interval"); 120 fields->time = apr_time_from_msec(fields->timestamp); 125 apr_rfc822_date(fields->timestr, fields->time); 297 if (sctf->time > apr_time_now()) {
|
H A D | ssl_engine_rand.c | 107 * seed in the current time (usually just 4 bytes) 109 my_seed.t = time(NULL); 121 * seed in some current state of the run-time stack (128 bytes)
|
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/os/unix/ |
H A D | unixd.h | 32 #include <sys/time.h>
|
/httpd/server/mpm/motorz/ |
H A D | motorz.h | 58 #include <time.h> 83 * some sort of compile-time limit to help catch typos. 101 * some sort of compile-time limit to help catch typos.
|
/httpd/include/ |
H A D | scoreboard.h | 30 #include <sys/time.h> 72 * created at config time in the parent are valid across children. However,
|
H A D | http_core.h | 39 #include <sys/time.h> 128 /** Make sure we don't write less than 8000 bytes at any one time. 570 * Run-time performance tuning
|
/httpd/os/win32/ |
H A D | util_win32.c | 26 #include <time.h>
|
/httpd/modules/lua/ |
H A D | lua_passwd.c | 29 #include <time.h>
|
/httpd/modules/loggers/ |
H A D | mod_log_forensic.c | 198 time(NULL), apr_atomic_inc32(&next_id));
|
/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/server/mpm/winnt/ |
H A D | service.c | 43 #include <time.h> 73 * This election is based on build time defines and runtime os version test. 138 start = time(NULL); 152 remains = ((start + 30) - time(NULL)); 186 * after a reasonable time to tell the system 640 * time to _prepend_ the default arguments for the server from
|
/httpd/modules/dav/main/ |
H A D | util_lock.c | 135 time_t now = time(NULL); 521 * all the time.
|
/httpd/modules/generators/ |
H A D | mod_status.c | 64 #include <time.h> 101 * processes; that affects how we add up CPU time in a process
|