Searched refs:no_headers (Results 1 - 7 of 7) sorted by relevance

/PHP_TRUNK/main/
H A DSAPI.c394 SG(request_info).no_headers = 0;
440 SG(request_info).no_headers = 0;
668 if (SG(headers_sent) && !SG(request_info).no_headers) {
852 if (SG(headers_sent) || SG(request_info).no_headers || SG(callback_run)) {
H A DSAPI.h93 zend_bool no_headers; member in struct:__anon272
/PHP_TRUNK/sapi/embed/
H A Dphp_embed.c214 SG(request_info).no_headers = 1;
/PHP_TRUNK/sapi/milter/
H A Dphp_milter.c121 SG(request_info).no_headers = 1;
129 SG(request_info).no_headers = 1;
187 SG(request_info).no_headers = 1;
195 SG(request_info).no_headers = 1;
1111 SG(request_info).no_headers = 1;
1132 SG(request_info).no_headers = 1;
/PHP_TRUNK/sapi/cli/
H A Dphp_cli_server.c520 if (client == NULL || SG(request_info).no_headers) {
/PHP_TRUNK/sapi/cgi/
H A Dcgi_main.c408 if (SG(request_info).no_headers == 1) {
1739 int no_headers = 0; local
2108 no_headers = 1;
2155 no_headers = 1;
2167 if (no_headers) {
2169 SG(request_info).no_headers = 1;
2178 no_headers = 1;
2204 no_headers = 1;
2211 no_headers = 1;
2217 if (no_headers) {
[all...]
/PHP_TRUNK/sapi/fpm/fpm/
H A Dfpm_main.c399 if (SG(request_info).no_headers == 1) {
1721 SG(request_info).no_headers = 1;
1744 SG(request_info).no_headers = 1;

Completed in 35 milliseconds