Searched refs:rngSchemas (Results 1 – 1 of 1) sorted by relevance
159 xmlRelaxNGPtr rngSchemas; /* The Relax NG schemas */ member2218 if (reader->rngSchemas != NULL) { in xmlFreeTextReader()2219 xmlRelaxNGFree(reader->rngSchemas); in xmlFreeTextReader()2220 reader->rngSchemas = NULL; in xmlFreeTextReader()4146 if (reader->rngSchemas != NULL) { in xmlTextReaderRelaxNGSetSchema()4147 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGSetSchema()4148 reader->rngSchemas = NULL; in xmlTextReaderRelaxNGSetSchema()4160 if (reader->rngSchemas != NULL) { in xmlTextReaderRelaxNGSetSchema()4161 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGSetSchema()4162 reader->rngSchemas = NULL; in xmlTextReaderRelaxNGSetSchema()[all …]