Home
last modified time | relevance | path

Searched refs:connection_status (Results 1 – 10 of 10) sorted by relevance

/PHP-5.6/ext/standard/tests/general_functions/
H A Dconnection_status.phpt2 int connection_status ( void );
7 var_dump(connection_status() == CONNECTION_NORMAL);
/PHP-5.6/sapi/caudium/
H A Dcaudium.c217 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_caudium_low_ub_write()
229 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_caudium_low_ub_write()
258 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_caudium_sapi_ub_write()
366 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_caudium_low_send_headers()
406 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_caudium_low_read_post()
/PHP-5.6/sapi/roxen/
H A Droxen.c222 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_roxen_low_ub_write()
264 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_roxen_sapi_ub_write()
358 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_roxen_low_send_headers()
400 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_roxen_low_read_post()
/PHP-5.6/main/
H A Dphp_globals.h109 short connection_status; member
H A Dmain.c1563 PG(connection_status) |= PHP_CONNECTION_TIMEOUT; in php_on_timeout()
1596 PG(connection_status) = PHP_CONNECTION_NORMAL; in php_start_sapi()
1644 PG(connection_status) = PHP_CONNECTION_NORMAL; in php_request_startup()
2183 PG(connection_status) = PHP_CONNECTION_NORMAL; in php_module_startup()
2675 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_handle_aborted_connection()
/PHP-5.6/sapi/webjames/
H A Dwebjames.c51 PG(connection_status) = PHP_CONNECTION_ABORTED; in sapi_webjames_ub_write()
74 PG(connection_status) = PHP_CONNECTION_ABORTED; in sapi_webjames_send_header()
/PHP-5.6/ext/standard/
H A Dbasic_functions.h108 PHP_FUNCTION(connection_status);
H A Dbasic_functions.c3002 PHP_FE(connection_status, arginfo_connection_status)
5556 RETURN_LONG(PG(connection_status) & PHP_CONNECTION_ABORTED);
5562 PHP_FUNCTION(connection_status) argument
5564 RETURN_LONG(PG(connection_status));
/PHP-5.6/ext/odbc/
H A Dphp_odbc.c435 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()
523 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_pconn()
/PHP-5.6/ext/oci8/
H A Doci8.c1453 (PG(connection_status) & PHP_CONNECTION_TIMEOUT) || in php_oci_pconnection_list_np_dtor()

Completed in 68 milliseconds