Home
last modified time | relevance | path

Searched refs:PHP_CONNECTION_ABORTED (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/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.5/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.5/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.5/main/
H A Dphp.h407 #define PHP_CONNECTION_ABORTED 1 macro
H A Dmain.c2587 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_handle_aborted_connection()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3586 REGISTER_LONG_CONSTANT("CONNECTION_ABORTED", PHP_CONNECTION_ABORTED, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
5582 RETURN_LONG(PG(connection_status) & PHP_CONNECTION_ABORTED);

Completed in 82 milliseconds