Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlreader.c166 xmlRelaxNGPtr rngSchemas; /* The Relax NG schemas */ member
2285 if (reader->rngSchemas != NULL) { in xmlFreeTextReader()
2286 xmlRelaxNGFree(reader->rngSchemas); in xmlFreeTextReader()
2287 reader->rngSchemas = NULL; in xmlFreeTextReader()
4223 if (reader->rngSchemas != NULL) { in xmlTextReaderRelaxNGSetSchema()
4224 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGSetSchema()
4225 reader->rngSchemas = NULL; in xmlTextReaderRelaxNGSetSchema()
4237 if (reader->rngSchemas != NULL) { in xmlTextReaderRelaxNGSetSchema()
4238 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGSetSchema()
4239 reader->rngSchemas = NULL; in xmlTextReaderRelaxNGSetSchema()
[all …]