HomeSort by relevance Sort by last modified time
    Searched refs:ruleptr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
schematron.c 856 xmlSchematronRulePtr ruleptr; local
876 ruleptr = xmlSchematronAddRule(ctxt, ctxt->schema, pattern,
878 if (ruleptr == NULL) {
906 ruleptr, cur, test, report);
929 ruleptr, cur, test, report);
    [all...]
  /external/libxml2/
schematron.c 856 xmlSchematronRulePtr ruleptr; local
876 ruleptr = xmlSchematronAddRule(ctxt, ctxt->schema, pattern,
878 if (ruleptr == NULL) {
906 ruleptr, cur, test, report);
929 ruleptr, cur, test, report);
    [all...]

Completed in 3595 milliseconds