OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1628 milliseconds