Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlTextReaderSetup

3633                                         "xmlTextReaderSetup : malloc failed\n");
5099 * xmlTextReaderSetup:
5112 xmlTextReaderSetup(xmlTextReaderPtr reader,
5146 "xmlTextReaderSetup : malloc failed\n");
5156 "xmlTextReaderSetup : malloc failed\n");
5230 "xmlTextReaderSetup : malloc failed\n");
5408 xmlTextReaderSetup(reader, NULL, NULL, encoding, options);
5443 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5480 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5522 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5630 return (xmlTextReaderSetup(reader, input, filename, encoding, options));
5664 return (xmlTextReaderSetup(reader, input, URL, encoding, options));
5698 return (xmlTextReaderSetup(reader, input, URL, encoding, options));
5737 return (xmlTextReaderSetup(reader, input, URL, encoding, options));