Home
last modified time | relevance | path

Searched refs:connection_status (Results 1 – 8 of 8) sorted by path

/PHP-5.4/ext/oci8/
H A Doci8.c1440 (PG(connection_status) & PHP_CONNECTION_TIMEOUT) || in php_oci_pconnection_list_np_dtor()
/PHP-5.4/ext/standard/
H A Dbasic_functions.c3011 PHP_FE(connection_status, arginfo_connection_status)
5520 RETURN_LONG(PG(connection_status) & PHP_CONNECTION_ABORTED);
5526 PHP_FUNCTION(connection_status) argument
5528 RETURN_LONG(PG(connection_status));
H A Dbasic_functions.h108 PHP_FUNCTION(connection_status);
/PHP-5.4/main/
H A Dmain.c1476 PG(connection_status) |= PHP_CONNECTION_TIMEOUT; in php_on_timeout()
1509 PG(connection_status) = PHP_CONNECTION_NORMAL; in php_start_sapi()
1554 PG(connection_status) = PHP_CONNECTION_NORMAL; in php_request_startup()
2072 PG(connection_status) = PHP_CONNECTION_NORMAL; in php_module_startup()
2564 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_handle_aborted_connection()
H A Dphp_globals.h104 short connection_status; member
/PHP-5.4/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.4/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.4/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()

Completed in 44 milliseconds