Searched refs:content_encoding (Results 1 – 3 of 3) sorted by relevance
296 char *content_encoding; in make_http_soap_request() local1185 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()
81 content_encoding
354 …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