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
1650 if (wxschemas != NULL) { in testSAX()
1654 vctxt = xmlSchemaNewValidCtxt(wxschemas); in testSAX()
2882 } else if (wxschemas != NULL) { in parseAndPrintFile()
2890 ctxt = xmlSchemaNewValidCtxt(wxschemas); in parseAndPrintFile()
3618 wxschemas = xmlSchemaParse(ctxt); in main()
3619 if (wxschemas == NULL) { in main()
3779 if (wxschemas != NULL) in main()
3780 xmlSchemaFree(wxschemas); in main()