Searched refs:wxschemas (Results 1 – 2 of 2) sorted by relevance
153 static xmlSchemaPtr wxschemas = NULL; variable1664 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()
152 static xmlSchemaPtr wxschemas = NULL; variable1658 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()