Searched refs:ruleptr (Results 1 – 2 of 2) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | schematron.c | 887 xmlSchematronRulePtr ruleptr; in xmlSchematronParseRule() local 907 ruleptr = xmlSchematronAddRule(ctxt, ctxt->schema, pattern, in xmlSchematronParseRule() 909 if (ruleptr == NULL) { in xmlSchematronParseRule() 937 ruleptr, cur, test, report); in xmlSchematronParseRule() 960 ruleptr, cur, test, report); in xmlSchematronParseRule()
|
/third_party/libxml2/ |
D | schematron.c | 858 xmlSchematronRulePtr ruleptr; in xmlSchematronParseRule() local 878 ruleptr = xmlSchematronAddRule(ctxt, ctxt->schema, pattern, in xmlSchematronParseRule() 880 if (ruleptr == NULL) { in xmlSchematronParseRule() 908 ruleptr, cur, test, report); in xmlSchematronParseRule() 931 ruleptr, cur, test, report); in xmlSchematronParseRule()
|