Searched refs:relaxngschemas (Results 1 – 2 of 2) sorted by relevance
135 static xmlRelaxNGPtr relaxngschemas = NULL; variable2867 if (relaxngschemas != NULL) { in parseAndPrintFile()2875 ctxt = xmlRelaxNGNewValidCtxt(relaxngschemas); in parseAndPrintFile()3603 relaxngschemas = xmlRelaxNGParse(ctxt); in main()3604 if (relaxngschemas == NULL) { in main()3781 if (relaxngschemas != NULL) in main()3782 xmlRelaxNGFree(relaxngschemas); in main()
2360 xmlRelaxNGPtr relaxngschemas; in xmlShellRNGValidate() local2367 relaxngschemas = xmlRelaxNGParse(ctxt); in xmlShellRNGValidate()2369 if (relaxngschemas == NULL) { in xmlShellRNGValidate()2374 vctxt = xmlRelaxNGNewValidCtxt(relaxngschemas); in xmlShellRNGValidate()2386 if (relaxngschemas != NULL) in xmlShellRNGValidate()2387 xmlRelaxNGFree(relaxngschemas); in xmlShellRNGValidate()