content_encoding  358 ext/soap/php_http.c 	char *content_encoding;
content_encoding 1248 ext/soap/php_http.c 	content_encoding = get_http_header_value(http_headers,"Content-Encoding: ");
content_encoding 1249 ext/soap/php_http.c 	if (content_encoding) {
content_encoding 1255 ext/soap/php_http.c 		if ((strcmp(content_encoding,"gzip") == 0 ||
content_encoding 1256 ext/soap/php_http.c 		     strcmp(content_encoding,"x-gzip") == 0) &&
content_encoding 1262 ext/soap/php_http.c 		} else if (strcmp(content_encoding,"deflate") == 0 &&
content_encoding 1269 ext/soap/php_http.c 			efree(content_encoding);
content_encoding 1284 ext/soap/php_http.c 			efree(content_encoding);
content_encoding 1293 ext/soap/php_http.c 		efree(content_encoding);
content_encoding  354 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, content_encoding), INTERNAL_FUNCTION_PARAM_PASSTHRU);
content_encoding 1297 sapi/apache_hooks/php_apache.c 	PHP_FALIAS(content_encoding,			apache_request_content_encoding,	NULL)