headers_only       72 ext/standard/head.c 	if (sapi_send_headers()==FAILURE || SG(request_info).headers_only) {
headers_only      419 main/SAPI.c    		SG(request_info).headers_only = 1;
headers_only      421 main/SAPI.c    		SG(request_info).headers_only = 0;
headers_only      461 main/SAPI.c    		SG(request_info).headers_only = 1;
headers_only      463 main/SAPI.c    		SG(request_info).headers_only = 0;
headers_only       95 main/SAPI.h    	zend_bool headers_only;
headers_only     1782 main/main.c    		zend_bool send_buffer = SG(request_info).headers_only ? 0 : 1;
headers_only       73 sapi/fpm/fpm/fpm_status.c 		if (SG(request_info).headers_only) {
headers_only      125 sapi/fpm/fpm/fpm_status.c 		if (SG(request_info).headers_only) {