Home
last modified time | relevance | path

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

/external/libxml2/
Dxmllint.c153 static xmlSchemaPtr wxschemas = NULL; variable
1665 if (wxschemas != NULL) { in testSAX()
1669 vctxt = xmlSchemaNewValidCtxt(wxschemas); in testSAX()
2899 } else if (wxschemas != NULL) { in parseAndPrintFile()
2907 ctxt = xmlSchemaNewValidCtxt(wxschemas); in parseAndPrintFile()
3635 wxschemas = xmlSchemaParse(ctxt); in main()
3636 if (wxschemas == NULL) { in main()
3796 if (wxschemas != NULL) in main()
3797 xmlSchemaFree(wxschemas); in main()