Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlreader.c165 xmlSchemaPtr xsdSchemas; /* The Schemas schemas */ member
2240 if (reader->xsdSchemas != NULL) { in xmlFreeTextReader()
2241 xmlSchemaFree(reader->xsdSchemas); in xmlFreeTextReader()
2242 reader->xsdSchemas = NULL; in xmlFreeTextReader()
4277 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4278 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4279 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
4295 if (reader->xsdSchemas != NULL) { in xmlTextReaderSetSchema()
4296 xmlSchemaFree(reader->xsdSchemas); in xmlTextReaderSetSchema()
4297 reader->xsdSchemas = NULL; in xmlTextReaderSetSchema()
[all …]