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
2843 if (relaxngschemas != NULL) { in parseAndPrintFile()
2851 ctxt = xmlRelaxNGNewValidCtxt(relaxngschemas); in parseAndPrintFile()
3567 relaxngschemas = xmlRelaxNGParse(ctxt); in main()
3568 if (relaxngschemas == NULL) { in main()
3752 if (relaxngschemas != NULL) in main()
3753 xmlRelaxNGFree(relaxngschemas); in main()
DdebugXML.c2355 xmlRelaxNGPtr relaxngschemas; in xmlShellRNGValidate() local
2365 relaxngschemas = xmlRelaxNGParse(ctxt); in xmlShellRNGValidate()
2367 if (relaxngschemas == NULL) { in xmlShellRNGValidate()
2372 vctxt = xmlRelaxNGNewValidCtxt(relaxngschemas); in xmlShellRNGValidate()
2387 if (relaxngschemas != NULL) in xmlShellRNGValidate()
2388 xmlRelaxNGFree(relaxngschemas); in xmlShellRNGValidate()