Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dxp_ssl.c126 static int php_openssl_compare_timeval(struct timeval a, struct timeval b);
1893 if (php_openssl_compare_timeval( elapsed_time, *timeout) > 0) { in php_openssl_enable_crypto()
2025 if (php_openssl_compare_timeval(elapsed_time, *timeout) > 0 ) { in php_openssl_sockop_io()
2160 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval() function

Completed in 11 milliseconds