Searched refs:relaxngschemas (Results 1 – 2 of 2) sorted by relevance
151 static xmlRelaxNGPtr relaxngschemas = NULL; variable2864 if (relaxngschemas != NULL) { in parseAndPrintFile()2872 ctxt = xmlRelaxNGNewValidCtxt(relaxngschemas); in parseAndPrintFile()3601 relaxngschemas = xmlRelaxNGParse(ctxt); in main()3602 if (relaxngschemas == NULL) { in main()3786 if (relaxngschemas != NULL) in main()3787 xmlRelaxNGFree(relaxngschemas); in main()
2359 xmlRelaxNGPtr relaxngschemas; in xmlShellRNGValidate() local2369 relaxngschemas = xmlRelaxNGParse(ctxt); in xmlShellRNGValidate()2371 if (relaxngschemas == NULL) { in xmlShellRNGValidate()2376 vctxt = xmlRelaxNGNewValidCtxt(relaxngschemas); in xmlShellRNGValidate()2391 if (relaxngschemas != NULL) in xmlShellRNGValidate()2392 xmlRelaxNGFree(relaxngschemas); in xmlShellRNGValidate()