Home | History | Annotate | Download | only in libxml2

Lines Matching defs:pre

6076                 xmlRelaxNGDefinePtr tmp, pre;
6096 pre = cur->content;
6097 while ((pre != NULL) && (pre->next != NULL)) {
6098 tmp = pre->next;
6104 pre->next = tmp->next;
6108 pre = tmp;