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
2864 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()
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()