Lines Matching defs:encoding
512 if (cur->encoding != NULL) xmlFree((char *) cur->encoding);
2860 * Determine the encoding of the document being read.
2862 * Returns a string containing the encoding of the document or NULL in
2877 if (doc->encoding == NULL)
2880 return(CONSTSTR(doc->encoding));
4863 * @encoding: the document encoding, or NULL
4873 const char *encoding, int options)
5046 if (encoding != NULL) {
5049 hdlr = xmlFindCharEncodingHandler(encoding);
5125 * @encoding: the document encoding, or NULL
5134 xmlReaderForDoc(const xmlChar * cur, const char *URL, const char *encoding,
5144 ((const char *) cur, len, URL, encoding, options));
5150 * @encoding: the document encoding, or NULL
5159 xmlReaderForFile(const char *filename, const char *encoding, int options)
5166 xmlTextReaderSetup(reader, NULL, NULL, encoding, options);
5175 * @encoding: the document encoding, or NULL
5185 const char *encoding, int options)
5201 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5209 * @encoding: the document encoding, or NULL
5220 xmlReaderForFd(int fd, const char *URL, const char *encoding, int options)
5238 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5248 * @encoding: the document encoding, or NULL
5258 void *ioctx, const char *URL, const char *encoding,
5277 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5330 * @encoding: the document encoding, or NULL
5341 const char *URL, const char *encoding, int options)
5353 URL, encoding, options));
5360 * @encoding: the document encoding, or NULL
5371 const char *encoding, int options)
5385 return (xmlTextReaderSetup(reader, input, filename, encoding, options));
5394 * @encoding: the document encoding, or NULL
5405 const char *URL, const char *encoding, int options)
5419 return (xmlTextReaderSetup(reader, input, URL, encoding, options));
5427 * @encoding: the document encoding, or NULL
5440 const char *URL, const char *encoding, int options)
5453 return (xmlTextReaderSetup(reader, input, URL, encoding, options));
5463 * @encoding: the document encoding, or NULL
5476 const char *URL, const char *encoding, int options)
5489 return (xmlTextReaderSetup(reader, input, URL, encoding, options));