Searched refs:patnext (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dschematron.c103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */ member in struct:_xmlSchematronRule
427 ret->patnext = NULL;
433 while (prev->patnext != NULL)
434 prev = prev->patnext;
435 prev->patnext = ret;
1674 rule = rule->patnext;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dschematron.c103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */ member in struct:_xmlSchematronRule
432 ret->patnext = NULL;
438 while (prev->patnext != NULL)
439 prev = prev->patnext;
440 prev->patnext = ret;
1729 rule = rule->patnext;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dschematron.c103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */ member in struct:_xmlSchematronRule
432 ret->patnext = NULL;
438 while (prev->patnext != NULL)
439 prev = prev->patnext;
440 prev->patnext = ret;
1729 rule = rule->patnext;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dschematron.c103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */ member in struct:_xmlSchematronRule
427 ret->patnext = NULL;
433 while (prev->patnext != NULL)
434 prev = prev->patnext;
435 prev->patnext = ret;
1674 rule = rule->patnext;

Completed in 183 milliseconds