• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching defs:encoding

512     if (cur->encoding != NULL) xmlFree((char *) cur->encoding);
2849 * Determine the encoding of the document being read.
2851 * Returns a string containing the encoding of the document or NULL in
2866 if (doc->encoding == NULL)
2869 return(CONSTSTR(doc->encoding));
4850 * @encoding: the document encoding, or NULL
4861 const char *encoding, int options)
5031 if (encoding != NULL) {
5034 hdlr = xmlFindCharEncodingHandler(encoding);
5110 * @encoding: the document encoding, or NULL
5119 xmlReaderForDoc(const xmlChar * cur, const char *URL, const char *encoding,
5129 ((const char *) cur, len, URL, encoding, options));
5135 * @encoding: the document encoding, or NULL
5144 xmlReaderForFile(const char *filename, const char *encoding, int options)
5151 xmlTextReaderSetup(reader, NULL, NULL, encoding, options);
5160 * @encoding: the document encoding, or NULL
5170 const char *encoding, int options)
5186 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5194 * @encoding: the document encoding, or NULL
5205 xmlReaderForFd(int fd, const char *URL, const char *encoding, int options)
5223 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5233 * @encoding: the document encoding, or NULL
5243 void *ioctx, const char *URL, const char *encoding,
5262 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5315 * @encoding: the document encoding, or NULL
5326 const char *URL, const char *encoding, int options)
5338 URL, encoding, options));
5345 * @encoding: the document encoding, or NULL
5356 const char *encoding, int options)
5370 return (xmlTextReaderSetup(reader, input, filename, encoding, options));
5379 * @encoding: the document encoding, or NULL
5390 const char *URL, const char *encoding, int options)
5404 return (xmlTextReaderSetup(reader, input, URL, encoding, options));
5412 * @encoding: the document encoding, or NULL
5425 const char *URL, const char *encoding, int options)
5438 return (xmlTextReaderSetup(reader, input, URL, encoding, options));
5448 * @encoding: the document encoding, or NULL
5461 const char *URL, const char *encoding, int options)
5474 return (xmlTextReaderSetup(reader, input, URL, encoding, options));