Home
last modified time | relevance | path

Searched refs:relaxngschemas (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxmllint.c135 static xmlRelaxNGPtr relaxngschemas = NULL; variable
2853 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()
DdebugXML.c2360 xmlRelaxNGPtr relaxngschemas; in xmlShellRNGValidate() local
2370 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()