Searched refs:time (Results 1 - 25 of 36) sorted by relevance

12

/httpd/test/
H A Dtest_select.c28 #include <sys/time.h>
H A Dcls.c21 #include <time.h>
67 * Converts 8 hex digits to a time integer
H A Dtime-sem.c18 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 Dutil_os2.c24 #include <sys/time.h>
/httpd/support/
H A Dlog_server_status.in37 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 Dab.c207 /* 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 Dsuexec.c41 #include <time.h>
185 time(&timevar);
H A Dpasswd_common.c29 #include <time.h>
H A Dhtdbm.c44 #include <time.h>
295 " -C Set the computing time used for the bcrypt algorithm\n"
/httpd/modules/ssl/
H A Dssl_ct_sct.h40 apr_time_t time; member in struct:__anon315
H A Dssl_ct_sct.c66 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 Dssl_engine_rand.c107 * 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 Dssl_ct_log_config.c167 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 Dunixd.h32 #include <sys/time.h>
/httpd/server/mpm/motorz/
H A Dmotorz.h58 #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 Dscoreboard.h30 #include <sys/time.h>
72 * created at config time in the parent are valid across children. However,
H A Dhttp_core.h39 #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 Dutil_win32.c26 #include <time.h>
/httpd/modules/lua/
H A Dlua_passwd.c29 #include <time.h>
/httpd/modules/loggers/
H A Dmod_log_forensic.c198 time(NULL), apr_atomic_inc32(&next_id));
/httpd/modules/aaa/
H A Dmod_auth_digest.c34 * - 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 Dmod_proxy_http.c117 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 Dservice.c43 #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 Dutil_lock.c135 time_t now = time(NULL);
521 * all the time.
/httpd/modules/generators/
H A Dmod_status.c64 #include <time.h>
101 * processes; that affects how we add up CPU time in a process

Completed in 159 milliseconds

12