Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nexth

1859 	cur = cur->nexth;
2102 ret->nexth = elemDef->attributes;
2111 if (tmp->nexth == NULL)
2113 tmp = tmp->nexth;
2116 ret->nexth = tmp->nexth;
2117 tmp->nexth = ret;
2119 ret->nexth = elemDef->attributes;
6284 attr = attr->nexth;