Lines Matching defs:encoding
588 * @path: the path in utf-8 encoding
606 /* maybe path in native encoding */
615 * @path: the path in utf-8 encoding
634 /* maybe path in native encoding */
2217 * @enc: the charset encoding if known
2256 * @encoder: the encoding converter or NULL
2431 * @enc: the charset encoding if known
2437 * Do an encoding check if enc == XML_CHAR_ENCODING_NONE
2576 * @encoder: the encoding converter or NULL
2602 * @enc: the charset encoding if known
2632 * @encoder: the encoding converter or NULL
2661 * @encoder: the encoding converter or NULL
2687 * @enc: the charset encoding if known
2714 * @enc: the charset encoding if known
2748 * @enc: the charset encoding if known
2793 * @encoder: the encoding converter or NULL
2822 * @enc: the charset encoding if known
2852 * @encoder: the charset encoding if known
3144 * first handle encoding stuff.
3319 * first handle encoding stuff.
3439 * first handle encoding stuff.
3545 * case it will handle encoding and update of the base URL in case of
3557 const char *encoding;
3577 encoding = xmlNanoHTTPEncoding(ret->buf->context);
3578 if (encoding != NULL) {
3581 handler = xmlFindCharEncodingHandler(encoding);
3586 "Unknown encoding %s",
3587 BAD_CAST encoding, NULL);
3589 if (ret->encoding == NULL)
3590 ret->encoding = xmlStrdup(BAD_CAST encoding);