Home | History | Annotate | Download | only in libxml2

Lines Matching refs:next

60        node = node->next;						\
86 xmlSchematronTestPtr next; /* the next test in the list */
102 xmlSchematronRulePtr next; /* the next rule in the list */
103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */
119 xmlSchematronPatternPtr next;/* the next pattern in the list */
340 ret->next = NULL;
346 while (prev->next != NULL)
347 prev = prev->next;
348 prev->next = ret;
361 xmlSchematronTestPtr next;
364 next = tests->next;
372 tests = next;
422 ret->next = NULL;
428 while (prev->next != NULL)
429 prev = prev->next;
430 prev->next = ret;
453 xmlSchematronRulePtr next;
456 next = rules->next;
466 rules = next;
497 ret->next = NULL;
503 while (prev->next != NULL)
504 prev = prev->next;
505 prev->next = ret;
518 xmlSchematronPatternPtr next;
521 next = patterns->next;
525 patterns = next;
786 ret = ret->next;
939 cur = cur->next;
987 cur = cur->next;
1024 return(cur->next);
1163 cur = cur->next;
1188 cur = cur->next;
1200 cur = cur->next;
1325 child = child->next;
1352 child = child->next;
1569 while (cur->next != NULL) {
1570 cur = cur->next;
1580 if (cur->next != NULL) {
1581 cur = cur->next;
1695 test = test->next;
1698 rule = rule->next;
1726 test = test->next;
1734 pattern = pattern->next;