Searched refs:rngSchemas (Results 1 – 1 of 1) sorted by relevance
159 xmlRelaxNGPtr rngSchemas; /* The Relax NG schemas */ member2215 if (reader->rngSchemas != NULL) { in xmlFreeTextReader()2216 xmlRelaxNGFree(reader->rngSchemas); in xmlFreeTextReader()2217 reader->rngSchemas = NULL; in xmlFreeTextReader()4125 if (reader->rngSchemas != NULL) { in xmlTextReaderRelaxNGSetSchema()4126 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGSetSchema()4127 reader->rngSchemas = NULL; in xmlTextReaderRelaxNGSetSchema()4139 if (reader->rngSchemas != NULL) { in xmlTextReaderRelaxNGSetSchema()4140 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGSetSchema()4141 reader->rngSchemas = NULL; in xmlTextReaderRelaxNGSetSchema()[all …]