headers_only       68 ext/standard/head.c 	if (sapi_send_headers(TSRMLS_C)==FAILURE || SG(request_info).headers_only) {
headers_only      430 main/SAPI.c    		SG(request_info).headers_only = 1;
headers_only      432 main/SAPI.c    		SG(request_info).headers_only = 0;
headers_only      473 main/SAPI.c    		SG(request_info).headers_only = 1;
headers_only      475 main/SAPI.c    		SG(request_info).headers_only = 0;
headers_only       94 main/SAPI.h    	zend_bool headers_only;
headers_only     1845 main/main.c    		zend_bool send_buffer = SG(request_info).headers_only ? 0 : 1;
headers_only     2179 main/main.c    	SG(request_info).headers_only = 0;
headers_only      365 sapi/apache/mod_php5.c 	SG(request_info).headers_only = r->header_only;
headers_only      491 sapi/apache_hooks/mod_php5.c 	SG(request_info).headers_only = r->header_only;
headers_only      624 sapi/caudium/caudium.c     SG(request_info).headers_only = 1;
headers_only      626 sapi/caudium/caudium.c     SG(request_info).headers_only = 0;
headers_only       72 sapi/fpm/fpm/fpm_status.c 		if (SG(request_info).headers_only) {
headers_only      124 sapi/fpm/fpm/fpm_status.c 		if (SG(request_info).headers_only) {
headers_only      181 sapi/webjames/webjames.c 		SG(request_info).headers_only = 1;
headers_only      183 sapi/webjames/webjames.c 		SG(request_info).headers_only = 0;