Searched refs:isinf (Results 1 – 3 of 3) sorted by relevance
124 int isinf, ret = 0; in FuzzerTestOneInput() local227 if (!SSL_get_event_timeout(client, &tv, &isinf)) in FuzzerTestOneInput()230 if (isinf) { in FuzzerTestOneInput()
312 int isinf; in do_test() local326 if (!TEST_true(SSL_get_event_timeout(c_ssl, &tv, &isinf))) in do_test()328 if (!isinf && ossl_time_compare(ossl_time_zero(), in do_test()
610 checks |= isinf(value); in ossl_json_f64()
Completed in 23 milliseconds