Searched refs:relaxngschemas (Results 1 – 2 of 2) sorted by relevance
135 static xmlRelaxNGPtr relaxngschemas = NULL; variable2853 if (relaxngschemas != NULL) { in parseAndPrintFile()2861 ctxt = xmlRelaxNGNewValidCtxt(relaxngschemas); in parseAndPrintFile()3591 relaxngschemas = xmlRelaxNGParse(ctxt); in main()3592 if (relaxngschemas == NULL) { in main()3776 if (relaxngschemas != NULL) in main()3777 xmlRelaxNGFree(relaxngschemas); in main()
2360 xmlRelaxNGPtr relaxngschemas; in xmlShellRNGValidate() local2370 relaxngschemas = xmlRelaxNGParse(ctxt); in xmlShellRNGValidate()2372 if (relaxngschemas == NULL) { in xmlShellRNGValidate()2377 vctxt = xmlRelaxNGNewValidCtxt(relaxngschemas); in xmlShellRNGValidate()2392 if (relaxngschemas != NULL) in xmlShellRNGValidate()2393 xmlRelaxNGFree(relaxngschemas); in xmlShellRNGValidate()