Searched defs:encoding (Results 1 - 5 of 5) sorted by relevance
/httpd/modules/filters/ |
H A D | mod_xml2enc.c | 27 #include <libxml/encoding.h> 67 const char* encoding; member in struct:__anon177 182 if (ctx->encoding = apr_pstrndup(r->pool, p, strcspn(p, " ;") ), 183 ctx->encoding) { 185 "Got charset %s from HTTP headers", ctx->encoding) ; 186 ctx->xml2enc = xmlParseCharEncoding(ctx->encoding); 198 ctx->encoding = xmlGetCharEncodingName(ctx->xml2enc); 212 if (ctx->encoding == NULL) { 216 if (ctx->encoding = apr_pstrndup(r->pool, p+match[1].rm_so, 218 ctx->encoding) { 527 xml2enc_charset(request_rec* r, xmlCharEncoding* encp, const char** encoding) argument [all...] |
H A D | mod_deflate.c | 18 * mod_deflate.c: Perform deflate content-encoding on the fly 106 * to be the outermost non-identity encoding. 112 const char *encoding = apr_table_get(hdrs, "Content-Encoding"); local 114 if (!encoding && (hdrs2 != NULL)) { 116 encoding = apr_table_get(hdrs2, "Content-Encoding"); 118 if (!encoding) { 119 encoding = r->content_encoding; 123 if (encoding && *encoding) { 126 if (!strcasecmp(encoding, "gzi 593 const char *encoding; local [all...] |
H A D | mod_proxy_html.c | 109 const char *encoding; member in struct:__anon169
|
H A D | mod_include.c | 44 /* helper for Latin1 <-> entity encoding */ 1898 * <!--#echo [decoding="..."] [encoding="..."] var="..." [decoding="..."] 1899 * [encoding="..."] var="..." ... --> 1904 const char *encoding = "entity", *decoding = "none"; local 1986 e = apr_pstrdup(ctx->pool, encoding); 2009 "\"%s\" to parameter \"encoding\" of tag echo in " 2036 else if (!strcmp(tag, "encoding")) { 2037 encoding = tag_val; 2516 const char *encoding = "none", *decoding = "none"; local 2567 else if (!strcmp(tag, "encoding")) { [all...] |
/httpd/modules/metadata/ |
H A D | mod_mime_magic.c | 522 * they're concatenated together to become the MIME content and encoding 672 encoding_frag, /* content encoding starting point: fragment */ 673 encoding_pos, /* content encoding starting point: position */ 674 encoding_len; /* content encoding length */ 689 /* start searching for the type and encoding */ 718 /* whitespace: end of MIME encoding */ 755 /* non-space: begin MIME encoding */ 763 /* non-space: adds to encoding */ 2052 char *encoding; /* MUST be lowercase */ member in struct:__anon263 2099 /* set encoding typ [all...] |
Completed in 32 milliseconds