Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmllint.c137 static xmlSchemaPtr wxschemas = NULL; variable
1657 if (wxschemas != NULL) { in testSAX()
1661 vctxt = xmlSchemaNewValidCtxt(wxschemas); in testSAX()
2931 } else if (wxschemas != NULL) { in parseAndPrintFile()
2939 ctxt = xmlSchemaNewValidCtxt(wxschemas); in parseAndPrintFile()
3689 wxschemas = xmlSchemaParse(ctxt); in main()
3690 if (wxschemas == NULL) { in main()
3847 if (wxschemas != NULL) in main()
3848 xmlSchemaFree(wxschemas); in main()