Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Dphp.h418 #define PHP_CONNECTION_TIMEOUT 2 macro
H A Dmain.c1578 PG(connection_status) |= PHP_CONNECTION_TIMEOUT; in php_on_timeout()
/PHP-7.1/ext/odbc/
H A Dphp_odbc.c438 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()
/PHP-7.1/ext/oci8/
H A Doci8.c1312 (PG(connection_status) & PHP_CONNECTION_TIMEOUT) || in php_oci_pconnection_list_np_dtor()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c3607 REGISTER_LONG_CONSTANT("CONNECTION_TIMEOUT", PHP_CONNECTION_TIMEOUT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 42 milliseconds