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
2867 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()
DdebugXML.c2360 xmlRelaxNGPtr relaxngschemas; in xmlShellRNGValidate() local
2367 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()