http_headers      265 ext/soap/php_http.c 			zend_string *http_headers = get_http_headers(stream);
http_headers      266 ext/soap/php_http.c 			if (http_headers) {
http_headers      267 ext/soap/php_http.c 				zend_string_free(http_headers);
http_headers      348 ext/soap/php_http.c 	zend_string *http_headers;
http_headers      885 ext/soap/php_http.c 		http_headers = get_http_headers(stream);
http_headers      886 ext/soap/php_http.c 		if (!http_headers) {
http_headers      900 ext/soap/php_http.c 			add_property_str(this_ptr, "__last_response_headers", zend_string_copy(http_headers));
http_headers      906 ext/soap/php_http.c 		http_version = get_http_header_value(ZSTR_VAL(http_headers), "HTTP/");
http_headers      931 ext/soap/php_http.c 				zend_string_release(http_headers);
http_headers      942 ext/soap/php_http.c 	cookie_itt = strstr(ZSTR_VAL(http_headers), "Set-Cookie: ");
http_headers     1020 ext/soap/php_http.c 			connection = get_http_header_value(ZSTR_VAL(http_headers), "Proxy-Connection: ");
http_headers     1029 ext/soap/php_http.c 			connection = get_http_header_value(ZSTR_VAL(http_headers), "Connection: ");
http_headers     1040 ext/soap/php_http.c 			connection = get_http_header_value(ZSTR_VAL(http_headers), "Proxy-Connection: ");
http_headers     1049 ext/soap/php_http.c 			connection = get_http_header_value(ZSTR_VAL(http_headers), "Connection: ");
http_headers     1060 ext/soap/php_http.c 	http_body = get_http_body(stream, http_close, ZSTR_VAL(http_headers));
http_headers     1066 ext/soap/php_http.c 		zend_string_release(http_headers);
http_headers     1092 ext/soap/php_http.c 		if ((loc = get_http_header_value(ZSTR_VAL(http_headers), "Location: ")) != NULL) {
http_headers     1096 ext/soap/php_http.c 				zend_string_release(http_headers);
http_headers     1138 ext/soap/php_http.c 		char *auth = get_http_header_value(ZSTR_VAL(http_headers), "WWW-Authenticate: ");
http_headers     1204 ext/soap/php_http.c 				zend_string_release(http_headers);
http_headers     1215 ext/soap/php_http.c 	content_type = get_http_header_value(ZSTR_VAL(http_headers), "Content-Type: ");
http_headers     1245 ext/soap/php_http.c 	content_encoding = get_http_header_value(ZSTR_VAL(http_headers), "Content-Encoding: ");
http_headers     1262 ext/soap/php_http.c 			zend_string_release(http_headers);
http_headers     1280 ext/soap/php_http.c 			zend_string_release(http_headers);
http_headers     1293 ext/soap/php_http.c 	zend_string_release(http_headers);