response_header   127 ext/standard/http_fopen_wrapper.c 	zval *response_header = NULL;
response_header   679 ext/standard/http_fopen_wrapper.c 		response_header = *rh;
response_header   680 ext/standard/http_fopen_wrapper.c 		Z_ADDREF_P(response_header);
response_header   730 ext/standard/http_fopen_wrapper.c 			zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_response, sizeof(zval *), NULL);
response_header   809 ext/standard/http_fopen_wrapper.c 				zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header, sizeof(zval *), NULL);
response_header   923 ext/standard/http_fopen_wrapper.c 			stream->wrapperdata = response_header;
response_header   925 ext/standard/http_fopen_wrapper.c 			if(response_header) {
response_header   926 ext/standard/http_fopen_wrapper.c 				Z_DELREF_P(response_header);
response_header   949 ext/standard/http_fopen_wrapper.c 		if(response_header) {
response_header   950 ext/standard/http_fopen_wrapper.c 			Z_DELREF_P(response_header);