Lines Matching refs:timeval
125 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b);
126 static int php_openssl_compare_timeval(struct timeval a, struct timeval b);
162 struct timeval connect_timeout;
1071 struct timeval now; in php_openssl_limit_handshake_reneg()
1840 struct timeval start_time, *timeout; in php_openssl_enable_crypto()
1880 struct timeval cur_time, elapsed_time; in php_openssl_enable_crypto()
1906 struct timeval left_time; in php_openssl_enable_crypto()
1987 struct timeval start_time; in php_openssl_sockop_io()
1988 struct timeval *timeout = NULL; in php_openssl_sockop_io()
2015 struct timeval cur_time, elapsed_time, left_time; in php_openssl_sockop_io()
2144 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval()
2146 struct timeval difference; in php_openssl_subtract_timeval()
2160 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval()
2388 struct timeval tv; in php_openssl_sockop_set_option()
2606 struct timeval *timeout, in php_openssl_ssl_socket_factory()