Home | History | Annotate | Download | only in libxml2

Lines Matching defs:pre

6080                 xmlRelaxNGDefinePtr tmp, pre;
6100 pre = cur->content;
6101 while ((pre != NULL) && (pre->next != NULL)) {
6102 tmp = pre->next;
6108 pre->next = tmp->next;
6112 pre = tmp;