Home
last modified time | relevance | path

Searched refs:sapi_headers (Results 26 – 31 of 31) sorted by relevance

12

/PHP-5.3/ext/soap/
H A Dsoap.c2314 _old_http_response_code = SG(sapi_headers).http_response_code;
2315 _old_http_status_line = SG(sapi_headers).http_status_line;
2376 SG(sapi_headers).http_status_line = NULL;
2383 if (SG(sapi_headers).http_status_line) {
2384 efree(SG(sapi_headers).http_status_line);
2386 SG(sapi_headers).http_status_line = _old_http_status_line;
2463 SG(sapi_headers).http_status_line = NULL;
2470 if (SG(sapi_headers).http_status_line) {
2471 efree(SG(sapi_headers).http_status_line);
2473 SG(sapi_headers).http_status_line = _old_http_status_line;
[all …]
/PHP-5.3/ext/zlib/
H A Dzlib.c1075 …if (!ZLIBG(output_compression) || SG(sapi_headers).http_response_code == 204 || SG(sapi_headers).h… in php_gzip_output_handler()
/PHP-5.3/sapi/milter/
H A Dphp_milter.c882 static int sapi_milter_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_milter_send_headers()
/PHP-5.3/sapi/cli/
H A Dphp_cli.c383 static int sapi_cli_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) /* {{{ */ in sapi_cli_send_headers()
/PHP-5.3/main/
H A Dmain.c1112 SG(sapi_headers).http_response_code == 200 in php_error_cb()
/PHP-5.3/
H A DNEWS3956 - Fixed bug #43295 (crash because of uninitialized SG(sapi_headers).mimetype). (Dmitry)

Completed in 57 milliseconds

12