Home
last modified time | relevance | path

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

/external/libxml2/
Dxmllint.c153 static xmlSchemaPtr wxschemas = NULL; variable
1664 if (wxschemas != NULL) { in testSAX()
1668 vctxt = xmlSchemaNewValidCtxt(wxschemas); in testSAX()
2873 } else if (wxschemas != NULL) { in parseAndPrintFile()
2881 ctxt = xmlSchemaNewValidCtxt(wxschemas); in parseAndPrintFile()
3602 wxschemas = xmlSchemaParse(ctxt); in main()
3603 if (wxschemas == NULL) { in main()
3763 if (wxschemas != NULL) in main()
3764 xmlSchemaFree(wxschemas); in main()
/external/chromium_org/third_party/libxml/src/
Dxmllint.c152 static xmlSchemaPtr wxschemas = NULL; variable
1658 if (wxschemas != NULL) { in testSAX()
1662 vctxt = xmlSchemaNewValidCtxt(wxschemas); in testSAX()
2857 } else if (wxschemas != NULL) { in parseAndPrintFile()
2865 ctxt = xmlSchemaNewValidCtxt(wxschemas); in parseAndPrintFile()
3553 wxschemas = xmlSchemaParse(ctxt); in main()
3554 if (wxschemas == NULL) { in main()
3709 if (wxschemas != NULL) in main()
3710 xmlSchemaFree(wxschemas); in main()