Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlTextReaderSetup

3633                                         "xmlTextReaderSetup : malloc failed\n");
5105 * xmlTextReaderSetup:
5118 xmlTextReaderSetup(xmlTextReaderPtr reader,
5152 "xmlTextReaderSetup : malloc failed\n");
5162 "xmlTextReaderSetup : malloc failed\n");
5236 "xmlTextReaderSetup : malloc failed\n");
5414 xmlTextReaderSetup(reader, NULL, NULL, encoding, options);
5449 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5486 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5528 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5636 return (xmlTextReaderSetup(reader, input, filename, encoding, options));
5670 return (xmlTextReaderSetup(reader, input, URL, encoding, options));
5704 return (xmlTextReaderSetup(reader, input, URL, encoding, options));
5743 return (xmlTextReaderSetup(reader, input, URL, encoding, options));