Home
last modified time | relevance | path

Searched refs:client_time (Results 1 – 25 of 52) sorted by relevance

123

/dports/sysutils/racktables/RackTables-0.21.5/wwwroot/inc/
H A Dcaching.php21 $client_time = HTTPDateToUnixTime (@$_SERVER['HTTP_IF_MODIFIED_SINCE']);
25 $client_time !== FALSE && $client_time !== -1 && // IMS header is readable
27 $client_time <= $server_time && // not in future
28 $client_time >= $creation_ts && // not modified since
29 …(! $expire || $client_time + $expire >= $server_time) // expiration timeout is not set, or not exp…
31 …$last_modified = $creation_ts > 0 ? $creation_ts : ($client_time > 0 ? $client_time : $server_time…
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/krb5/
H A Dmk_error.c44 time_t *client_time, in krb5_mk_error_ext() argument
62 msg.ctime = client_time; in krb5_mk_error_ext()
102 time_t *client_time, in krb5_mk_error() argument
116 client_time, client_usec, reply); in krb5_mk_error()
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/clplumbing/
H A Dtransient-test.sh27 client_time=2
43 client_time=$OPTARG
82 sleep $client_time
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/test/
H A Dinit.inc293 $client_time = get_time("client_time");
294 if(abs($app_time - $client_time) > $epsilon) {
295 printf("Time mismatch: app %f client %f\n", $app_time, $client_time);
298 printf("Client time %f matches app time %f\n", $client_time, $app_time)
302 printf("Time mismatch: client %f server %f\n", $client_time, $db_time);
305 printf("Reported time %f matches client time %f\n", $db_time, $client_time);
307 PassThru("rm -f client_time app_time");
H A Dtest_time.php41 $client_time = $host->read_cpu_time_file("client_time"); variable
46 if (abs($app_time-$client_time) > .01) echo "time mismatch\n";
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/tests/
H A Dlock.c209 unsigned int client_time, unlock_time; in server() local
234 ret = read(commfd[1], &client_time, sizeof(client_time)); in server()
238 if (client_time < unlock_time) in server()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/ntlm/
H A Dntlm_client_fuzzer.cc27 uint64_t client_time = fdp.ConsumeIntegral<uint64_t>(); in LLVMFuzzerTestOneInput() local
48 domain, username, password, hostname, channel_bindings, spn, client_time, in LLVMFuzzerTestOneInput()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/krb5/
H A Dmk_error.c45 time_t *client_time, in krb5_mk_error() argument
62 msg.ctime = client_time; in krb5_mk_error()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/ntlm/
H A Dntlm_client_fuzzer.cc27 uint64_t client_time = fdp.ConsumeIntegral<uint64_t>(); in LLVMFuzzerTestOneInput() local
48 domain, username, password, hostname, channel_bindings, spn, client_time, in LLVMFuzzerTestOneInput()
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/clients/
H A Dms_task.c279 item->client_time= 0; in ms_kick_out_item()
745 if (curr_time.tv_sec - item->client_time in ms_update_multi_get_result()
755 localtime(&item->client_time)); in ms_update_multi_get_result()
775 (int)(curr_time.tv_sec - item->client_time), in ms_update_multi_get_result()
850 if (curr_time.tv_sec - item->client_time in ms_update_single_get_result()
860 localtime(&item->client_time)); in ms_update_single_get_result()
880 (int)(curr_time.tv_sec - item->client_time), in ms_update_single_get_result()
H A Dms_task.h41 time_t client_time; /* the current client time */ member
/dports/databases/libmemcached/libmemcached-1.0.18/clients/
H A Dms_task.c279 item->client_time= 0; in ms_kick_out_item()
745 if (curr_time.tv_sec - item->client_time in ms_update_multi_get_result()
755 localtime(&item->client_time)); in ms_update_multi_get_result()
775 (int)(curr_time.tv_sec - item->client_time), in ms_update_multi_get_result()
850 if (curr_time.tv_sec - item->client_time in ms_update_single_get_result()
860 localtime(&item->client_time)); in ms_update_single_get_result()
880 (int)(curr_time.tv_sec - item->client_time), in ms_update_single_get_result()
H A Dms_task.h41 time_t client_time; /* the current client time */ member
/dports/dns/dnrd/dnrd-2.20.3/src/
H A Dquery.c166 p->next->client_time = now; in query_add()
180 q->client_time = now; in query_add()
222 if (q->next->client_time < (now - q->next->ttl)) { in query_timeout()
H A Dquery.h46 time_t client_time; /* last time we got this query from client */ member
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/rustls-0.17.0/examples/internal/
H A Dbench.rs256 let mut client_time = 0f64; in bench_handshake() localVariable
268 client_time += time(|| { in bench_handshake()
276 client_time += time(|| { in bench_handshake()
291 (rounds as f64) / client_time); in bench_handshake()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/rustls-0.17.0/examples/internal/
H A Dbench.rs256 let mut client_time = 0f64; in bench_handshake() localVariable
268 client_time += time(|| { in bench_handshake()
276 client_time += time(|| { in bench_handshake()
291 (rounds as f64) / client_time); in bench_handshake()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustls-0.17.0/examples/internal/
H A Dbench.rs256 let mut client_time = 0f64; in bench_handshake() localVariable
268 client_time += time(|| { in bench_handshake()
276 client_time += time(|| { in bench_handshake()
291 (rounds as f64) / client_time); in bench_handshake()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbench.rs357 let mut client_time = 0f64; in bench_handshake() localVariable
369 client_time += time(|| { in bench_handshake()
377 client_time += time(|| { in bench_handshake()
394 (rounds as f64) / client_time in bench_handshake()
/dports/net/routinator/routinator-0.10.2/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbench.rs357 let mut client_time = 0f64; in bench_handshake() localVariable
369 client_time += time(|| { in bench_handshake()
377 client_time += time(|| { in bench_handshake()
394 (rounds as f64) / client_time in bench_handshake()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbench.rs357 let mut client_time = 0f64; in bench_handshake() localVariable
369 client_time += time(|| { in bench_handshake()
377 client_time += time(|| { in bench_handshake()
394 (rounds as f64) / client_time in bench_handshake()
/dports/net/krill/krill-0.9.4/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbench.rs357 let mut client_time = 0f64; in bench_handshake() localVariable
369 client_time += time(|| { in bench_handshake()
377 client_time += time(|| { in bench_handshake()
394 (rounds as f64) / client_time in bench_handshake()
/dports/www/xh/xh-0.14.1/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbench.rs357 let mut client_time = 0f64; in bench_handshake() localVariable
369 client_time += time(|| { in bench_handshake()
377 client_time += time(|| { in bench_handshake()
394 (rounds as f64) / client_time in bench_handshake()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/rustls-0.18.1/examples/internal/
H A Dbench.rs281 let mut client_time = 0f64; in bench_handshake() localVariable
293 client_time += time(|| { in bench_handshake()
301 client_time += time(|| { in bench_handshake()
317 (rounds as f64) / client_time); in bench_handshake()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/rustls-0.19.1/examples/internal/
H A Dbench.rs357 let mut client_time = 0f64; in bench_handshake() localVariable
369 client_time += time(|| { in bench_handshake()
377 client_time += time(|| { in bench_handshake()
394 (rounds as f64) / client_time in bench_handshake()

123