Searched refs:no_headers (Results 1 – 9 of 9) sorted by relevance
1727 int no_headers = 0; local2267 no_headers = 1;2316 no_headers = 1;2329 if (no_headers) {2340 no_headers = 1;2360 no_headers = 1;2367 no_headers = 1;2414 if (no_headers) {2416 SG(request_info).no_headers = 1;2472 if (no_headers) {[all …]
246 SG(request_info).no_headers = 1; in php_embed_init()
402 SG(request_info).no_headers = 0; in sapi_activate_headers_only()446 SG(request_info).no_headers = 0; in sapi_activate()674 if (SG(headers_sent) && !SG(request_info).no_headers) { in sapi_header_op()848 if (SG(headers_sent) || SG(request_info).no_headers) { in sapi_send_headers()
87 bool no_headers; member
366 if (SG(headers_sent) && !SG(request_info).no_headers) { in PHP_FUNCTION()
315 if (SG(request_info).no_headers == 1) { in sapi_cgi_send_headers()1700 SG(request_info).no_headers = 1; in main()1721 SG(request_info).no_headers = 1; in main()
372 if (SG(request_info).no_headers == 1) { in sapi_lsapi_send_headers_like_cgi()
558 if (client == NULL || SG(request_info).no_headers) { in sapi_cli_server_send_headers()
4652 SG(request_info).no_headers = true;
Completed in 71 milliseconds