Searched refs:PHP_CONNECTION_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
418 #define PHP_CONNECTION_TIMEOUT 2 macro
1578 PG(connection_status) |= PHP_CONNECTION_TIMEOUT; in php_on_timeout()
438 if (res->stmt && !(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in ZEND_GET_MODULE()492 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_conn()520 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_pconn()
1312 (PG(connection_status) & PHP_CONNECTION_TIMEOUT) || in php_oci_pconnection_list_np_dtor()
3607 REGISTER_LONG_CONSTANT("CONNECTION_TIMEOUT", PHP_CONNECTION_TIMEOUT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
Completed in 42 milliseconds