Home | History | Annotate | Download | only in libxml2

Lines Matching defs:last

1110      * Do the last stage of the attribute normalization
1289 ret->last = tmp;
1294 ret->last = ret->children;
1323 * Do the last stage of the attribute normalization
1942 /* link at the end to preserv order, TODO speed up with a last */
1978 ret->last = tmp;
1991 ret->last = tmp;
2000 ret->last = tmp;
2148 xmlNsPtr last = NULL, ns;
2220 if (last == NULL) {
2221 ret->nsDef = last = ns;
2223 last->next = ns;
2224 last = ns;
2411 * add it as content, otherwise if the last child is text,
2422 lastChild = ctxt->node->last;
2436 ctxt->node->last = lastChild;