Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlreader.c172 xmlSchemaPtr xsdSchemas; /* The Schemas schemas */ member
2304 if (reader->xsdSchemas != NULL) { in xmlFreeTextReader()
2305 xmlSchemaFree(reader->xsdSchemas); in xmlFreeTextReader()
2306 reader->xsdSchemas = NULL; in xmlFreeTextReader()
4351 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4352 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4353 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4369 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4370 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4371 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
[all …]