• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:encoding

531     if (cur->encoding != NULL) xmlFree((char *) cur->encoding);
2885 * Determine the encoding of the document being read.
2887 * Returns a string containing the encoding of the document or NULL in
2902 if (doc->encoding == NULL)
2905 return(CONSTSTR(doc->encoding));
4889 * @encoding: the document encoding, or NULL
4899 const char *encoding, int options)
5072 if (encoding != NULL) {
5075 hdlr = xmlFindCharEncodingHandler(encoding);
5151 * @encoding: the document encoding, or NULL
5160 xmlReaderForDoc(const xmlChar * cur, const char *URL, const char *encoding,
5170 ((const char *) cur, len, URL, encoding, options));
5176 * @encoding: the document encoding, or NULL
5185 xmlReaderForFile(const char *filename, const char *encoding, int options)
5192 xmlTextReaderSetup(reader, NULL, NULL, encoding, options);
5201 * @encoding: the document encoding, or NULL
5211 const char *encoding, int options)
5227 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5235 * @encoding: the document encoding, or NULL
5246 xmlReaderForFd(int fd, const char *URL, const char *encoding, int options)
5264 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5274 * @encoding: the document encoding, or NULL
5284 void *ioctx, const char *URL, const char *encoding,
5303 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5356 * @encoding: the document encoding, or NULL
5367 const char *URL, const char *encoding, int options)
5379 URL, encoding, options));
5386 * @encoding: the document encoding, or NULL
5397 const char *encoding, int options)
5411 return (xmlTextReaderSetup(reader, input, filename, encoding, options));
5420 * @encoding: the document encoding, or NULL
5431 const char *URL, const char *encoding, int options)
5445 return (xmlTextReaderSetup(reader, input, URL, encoding, options));
5453 * @encoding: the document encoding, or NULL
5466 const char *URL, const char *encoding, int options)
5479 return (xmlTextReaderSetup(reader, input, URL, encoding, options));
5489 * @encoding: the document encoding, or NULL
5502 const char *URL, const char *encoding, int options)
5515 return (xmlTextReaderSetup(reader, input, URL, encoding, options));