Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp.h430 #define PHP_CONNECTION_TIMEOUT 2 macro
H A Dmain.c1690 PG(connection_status) |= PHP_CONNECTION_TIMEOUT; in php_on_timeout()
/PHP-8.1/ext/odbc/
H A Dphp_odbc.c111 if (res->stmt && !(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in ZEND_GET_MODULE()
164 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_conn()
191 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_pconn()
/PHP-8.1/ext/standard/
H A Dbasic_functions.c304 REGISTER_LONG_CONSTANT("CONNECTION_TIMEOUT", PHP_CONNECTION_TIMEOUT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/oci8/
H A Doci8.c556 (PG(connection_status) & PHP_CONNECTION_TIMEOUT) || in php_oci_pconnection_list_np_dtor()

Completed in 32 milliseconds