Home
last modified time | relevance | path

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

/external/libxml2/
Dxmllint.c151 static xmlRelaxNGPtr relaxngschemas = NULL; variable
2871 if (relaxngschemas != NULL) { in parseAndPrintFile()
2879 ctxt = xmlRelaxNGNewValidCtxt(relaxngschemas); in parseAndPrintFile()
3609 relaxngschemas = xmlRelaxNGParse(ctxt); in main()
3610 if (relaxngschemas == NULL) { in main()
3794 if (relaxngschemas != NULL) in main()
3795 xmlRelaxNGFree(relaxngschemas); in main()
DdebugXML.c2359 xmlRelaxNGPtr relaxngschemas; in xmlShellRNGValidate() local
2369 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()