Home
last modified time | relevance | path

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

/PHP-5.4/ext/soap/
H A Dphp_http.c296 char *content_encoding; in make_http_soap_request() local
1185 content_encoding = get_http_header_value(http_headers,"Content-Encoding: "); in make_http_soap_request()
1186 if (content_encoding) { in make_http_soap_request()
1192 if ((strcmp(content_encoding,"gzip") == 0 || in make_http_soap_request()
1193 strcmp(content_encoding,"x-gzip") == 0) && in make_http_soap_request()
1199 } else if (strcmp(content_encoding,"deflate") == 0 && in make_http_soap_request()
1206 efree(content_encoding); in make_http_soap_request()
1221 efree(content_encoding); in make_http_soap_request()
1230 efree(content_encoding); in make_http_soap_request()
/PHP-5.4/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 14 milliseconds