Home
last modified time | relevance | path

Searched refs:content_encoding (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/soap/
H A Dphp_http.c292 char *content_encoding; in make_http_soap_request() local
1173 content_encoding = get_http_header_value(http_headers,"Content-Encoding: "); in make_http_soap_request()
1174 if (content_encoding) { in make_http_soap_request()
1180 if ((strcmp(content_encoding,"gzip") == 0 || in make_http_soap_request()
1181 strcmp(content_encoding,"x-gzip") == 0) && in make_http_soap_request()
1187 } else if (strcmp(content_encoding,"deflate") == 0 && in make_http_soap_request()
1194 efree(content_encoding); in make_http_soap_request()
1209 efree(content_encoding); in make_http_soap_request()
1218 efree(content_encoding); in make_http_soap_request()
/PHP-5.3/sapi/apache_hooks/
H A DREADME81 content_encoding
H A Dphp_apache.c354 …apache_request_string_slot(offsetof(request_rec, content_encoding), INTERNAL_FUNCTION_PARAM_PASSTH… in PHP_FUNCTION()
1297 PHP_FALIAS(content_encoding, apache_request_content_encoding, NULL)

Completed in 19 milliseconds