Searched refs:PHP_CONNECTION_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
415 #define PHP_CONNECTION_TIMEOUT 2 macro
1785 PG(connection_status) |= PHP_CONNECTION_TIMEOUT; in php_on_timeout()
131 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in free_connection()255 if (res->stmt && !(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in odbc_result_free()
3524 REGISTER_LONG_CONSTANT("CONNECTION_TIMEOUT", PHP_CONNECTION_TIMEOUT, CONST_PERSISTENT); in register_basic_functions_symbols()
Completed in 38 milliseconds