Home | History | Annotate | Download | only in libxml2

Lines Matching full:newlink

13258     xmlSchemaTypeLinkPtr link, lastLink, newLink;
13291 newLink = link;
13293 xmlFree(newLink);
17732 xmlSchemaTypeLinkPtr link, lastLink, prevLink, subLink, newLink;
17757 newLink = (xmlSchemaTypeLinkPtr)
17759 if (newLink == NULL) {
17764 newLink->type = subLink->type;
17765 prevLink->next = newLink;
17766 prevLink = newLink;
17767 newLink->next = lastLink;