Home
last modified time | relevance | path

Searched refs:max_total_time (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c67 time_t max_total_time; /* Maximum end time of total transfer, or 0 */ member
268 rctx->max_time = rctx->max_total_time; in OSSL_HTTP_REQ_CTX_set_expected()
395 rctx->max_total_time = in http_req_ctx_new()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def56 FUZZER_FLAG_INT(max_total_time, 0, "If positive, indicates the maximal total "
85 " crash input. Use with -runs=N or -max_total_time=N to limit "
H A DFuzzerDriver.cpp423 if (Flags.runs <= 0 && Flags.max_total_time == 0) { in MinimizeCrashInput()
692 Options.MaxTotalTimeSec = Flags.max_total_time; in FuzzerDriver()