Home
last modified time | relevance | path

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

/external/libxml2/
Dxmllint.c151 static xmlSchemaPtr wxschemas = NULL; variable
1653 if (wxschemas != NULL) { in testSAX()
1657 vctxt = xmlSchemaNewValidCtxt(wxschemas); in testSAX()
2724 } else if (wxschemas != NULL) { in parseAndPrintFile()
2732 ctxt = xmlSchemaNewValidCtxt(wxschemas); in parseAndPrintFile()
3403 wxschemas = xmlSchemaParse(ctxt); in main()
3404 if (wxschemas == NULL) { in main()
3552 if (wxschemas != NULL) in main()
3553 xmlSchemaFree(wxschemas); in main()