Searched refs:inputbfr (Results 1 – 1 of 1) sorted by relevance
1181 xmlParserInputBufferPtr inputbfr; in xml_reader_from_string() local1205 inputbfr = xmlParserInputBufferCreateMem(source, source_len, XML_CHAR_ENCODING_NONE); in xml_reader_from_string()1207 if (inputbfr != NULL) { in xml_reader_from_string()1223 reader = xmlNewTextReader(inputbfr, uri); in xml_reader_from_string()1231 xmlFreeParserInputBuffer(inputbfr); in xml_reader_from_string()1239 intern->input = inputbfr; in xml_reader_from_string()1257 if (inputbfr) { in xml_reader_from_string()1258 xmlFreeParserInputBuffer(inputbfr); in xml_reader_from_string()
Completed in 15 milliseconds