Home
last modified time | relevance | path

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

/external/libxml2/
Dxmllint.c137 static xmlSchemaPtr wxschemas = NULL; variable
1657 if (wxschemas != NULL) { in testSAX()
1661 vctxt = xmlSchemaNewValidCtxt(wxschemas); in testSAX()
2894 } else if (wxschemas != NULL) { in parseAndPrintFile()
2902 ctxt = xmlSchemaNewValidCtxt(wxschemas); in parseAndPrintFile()
3626 wxschemas = xmlSchemaParse(ctxt); in main()
3627 if (wxschemas == NULL) { in main()
3783 if (wxschemas != NULL) in main()
3784 xmlSchemaFree(wxschemas); in main()