Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_http.c358 char *content_encoding; in make_http_soap_request() local
1247 content_encoding = get_http_header_value(http_headers,"Content-Encoding: "); in make_http_soap_request()
1248 if (content_encoding) { in make_http_soap_request()
1254 if ((strcmp(content_encoding,"gzip") == 0 || in make_http_soap_request()
1255 strcmp(content_encoding,"x-gzip") == 0) && in make_http_soap_request()
1261 } else if (strcmp(content_encoding,"deflate") == 0 && in make_http_soap_request()
1268 efree(content_encoding); in make_http_soap_request()
1283 efree(content_encoding); in make_http_soap_request()
1292 efree(content_encoding); in make_http_soap_request()
/PHP-5.5/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 15 milliseconds