Lines Matching defs:encoding
597 * @path: the path in utf-8 encoding
615 /* maybe path in native encoding */
652 * @path: the path in utf-8 encoding
671 /* maybe path in native encoding */
2056 content_encoding = (char *) "Content-Encoding: gzip";
2416 * @enc: the charset encoding if known
2455 * @encoder: the encoding converter or NULL
2505 * @encoder: the encoding converter or NULL
2702 * @enc: the charset encoding if known
2708 * Do an encoding check if enc == XML_CHAR_ENCODING_NONE
2847 * @encoder: the encoding converter or NULL
2873 * @enc: the charset encoding if known
2903 * @encoder: the encoding converter or NULL
2932 * @encoder: the encoding converter or NULL
2991 * @enc: the charset encoding if known
3018 * @enc: the charset encoding if known
3052 * @enc: the charset encoding if known
3097 * @encoder: the encoding converter or NULL
3126 * @enc: the charset encoding if known
3156 * @encoder: the charset encoding if known
3451 * first handle encoding stuff.
3638 * first handle encoding stuff.
3755 * first handle encoding stuff.
3865 * case it will handle encoding and update of the base URL in case of
3877 const char *encoding;
3897 encoding = xmlNanoHTTPEncoding(ret->buf->context);
3898 if (encoding != NULL) {
3901 handler = xmlFindCharEncodingHandler(encoding);
3906 "Unknown encoding %s",
3907 BAD_CAST encoding, NULL);
3909 if (ret->encoding == NULL)
3910 ret->encoding = xmlStrdup(BAD_CAST encoding);