Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp.h415 #define PHP_CONNECTION_TIMEOUT 2 macro
H A Dmain.c1785 PG(connection_status) |= PHP_CONNECTION_TIMEOUT; in php_on_timeout()
/php-src/ext/odbc/
H A Dphp_odbc.c131 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in free_connection()
255 if (res->stmt && !(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in odbc_result_free()
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h3524 REGISTER_LONG_CONSTANT("CONNECTION_TIMEOUT", PHP_CONNECTION_TIMEOUT, CONST_PERSISTENT); in register_basic_functions_symbols()

Completed in 38 milliseconds