Home
last modified time | relevance | path

Searched refs:no_headers (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/sapi/cgi/
H A Dcgi_main.c1724 int no_headers = 0; local
2243 no_headers = 1;
2292 no_headers = 1;
2305 if (no_headers) {
2316 no_headers = 1;
2336 no_headers = 1;
2343 no_headers = 1;
2394 if (no_headers) {
2396 SG(request_info).no_headers = 1;
2449 if (no_headers) {
[all …]
/PHP-8.2/sapi/embed/
H A Dphp_embed.c246 SG(request_info).no_headers = 1; in php_embed_init()
/PHP-8.2/main/
H A DSAPI.c404 SG(request_info).no_headers = 0; in sapi_activate_headers_only()
448 SG(request_info).no_headers = 0; in sapi_activate()
673 if (SG(headers_sent) && !SG(request_info).no_headers) { in sapi_header_op()
847 if (SG(headers_sent) || SG(request_info).no_headers) { in sapi_send_headers()
H A DSAPI.h87 bool no_headers; member
/PHP-8.2/ext/standard/
H A Dhead.c366 if (SG(headers_sent) && !SG(request_info).no_headers) { in PHP_FUNCTION()
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_main.c320 if (SG(request_info).no_headers == 1) { in sapi_cgi_send_headers()
1709 SG(request_info).no_headers = 1; in main()
1734 SG(request_info).no_headers = 1; in main()
/PHP-8.2/sapi/litespeed/
H A Dlsapi_main.c373 if (SG(request_info).no_headers == 1) { in sapi_lsapi_send_headers_like_cgi()
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c558 if (client == NULL || SG(request_info).no_headers) { in sapi_cli_server_send_headers()
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c4615 SG(request_info).no_headers = true;

Completed in 56 milliseconds