Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlTextReaderSetup

3589 				    "xmlTextReaderSetup : malloc failed\n");
4884 * xmlTextReaderSetup:
4897 xmlTextReaderSetup(xmlTextReaderPtr reader,
4931 "xmlTextReaderSetup : malloc failed\n");
4938 "xmlTextReaderSetup : malloc failed\n");
5014 "xmlTextReaderSetup : malloc failed\n");
5192 xmlTextReaderSetup(reader, NULL, NULL, encoding, options);
5227 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5264 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5303 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5411 return (xmlTextReaderSetup(reader, input, filename, encoding, options));
5445 return (xmlTextReaderSetup(reader, input, URL, encoding, options));
5479 return (xmlTextReaderSetup(reader, input, URL, encoding, options));
5515 return (xmlTextReaderSetup(reader, input, URL, encoding, options));