Home
last modified time | relevance | path

Searched refs:rngSchemas (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlreader.c159 xmlRelaxNGPtr rngSchemas; /* The Relax NG schemas */ member
2218 if (reader->rngSchemas != NULL) { in xmlFreeTextReader()
2219 xmlRelaxNGFree(reader->rngSchemas); in xmlFreeTextReader()
2220 reader->rngSchemas = NULL; in xmlFreeTextReader()
4140 if (reader->rngSchemas != NULL) { in xmlTextReaderRelaxNGSetSchema()
4141 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGSetSchema()
4142 reader->rngSchemas = NULL; in xmlTextReaderRelaxNGSetSchema()
4154 if (reader->rngSchemas != NULL) { in xmlTextReaderRelaxNGSetSchema()
4155 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGSetSchema()
4156 reader->rngSchemas = NULL; in xmlTextReaderRelaxNGSetSchema()
[all …]