Searched refs:relaxngschemas (Results 1 – 2 of 2) sorted by relevance
151 static xmlRelaxNGPtr relaxngschemas = NULL; variable2843 if (relaxngschemas != NULL) { in parseAndPrintFile()2851 ctxt = xmlRelaxNGNewValidCtxt(relaxngschemas); in parseAndPrintFile()3567 relaxngschemas = xmlRelaxNGParse(ctxt); in main()3568 if (relaxngschemas == NULL) { in main()3752 if (relaxngschemas != NULL) in main()3753 xmlRelaxNGFree(relaxngschemas); in main()
2355 xmlRelaxNGPtr relaxngschemas; in xmlShellRNGValidate() local2365 relaxngschemas = xmlRelaxNGParse(ctxt); in xmlShellRNGValidate()2367 if (relaxngschemas == NULL) { in xmlShellRNGValidate()2372 vctxt = xmlRelaxNGNewValidCtxt(relaxngschemas); in xmlShellRNGValidate()2387 if (relaxngschemas != NULL) in xmlShellRNGValidate()2388 xmlRelaxNGFree(relaxngschemas); in xmlShellRNGValidate()