Searched refs:rngSchemas (Results 1 – 1 of 1) sorted by relevance
159 xmlRelaxNGPtr rngSchemas; /* The Relax NG schemas */ member2222 if (reader->rngSchemas != NULL) { in xmlFreeTextReader()2223 xmlRelaxNGFree(reader->rngSchemas); in xmlFreeTextReader()2224 reader->rngSchemas = NULL; in xmlFreeTextReader()4150 if (reader->rngSchemas != NULL) { in xmlTextReaderRelaxNGSetSchema()4151 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGSetSchema()4152 reader->rngSchemas = NULL; in xmlTextReaderRelaxNGSetSchema()4164 if (reader->rngSchemas != NULL) { in xmlTextReaderRelaxNGSetSchema()4165 xmlRelaxNGFree(reader->rngSchemas); in xmlTextReaderRelaxNGSetSchema()4166 reader->rngSchemas = NULL; in xmlTextReaderRelaxNGSetSchema()[all …]