Home | History | Annotate | Download | only in libxml2

Lines Matching full:newlink

13190     xmlSchemaTypeLinkPtr link, lastLink, newLink;
13223 newLink = link;
13225 xmlFree(newLink);
17662 xmlSchemaTypeLinkPtr link, lastLink, prevLink, subLink, newLink;
17687 newLink = (xmlSchemaTypeLinkPtr)
17689 if (newLink == NULL) {
17694 newLink->type = subLink->type;
17695 prevLink->next = newLink;
17696 prevLink = newLink;
17697 newLink->next = lastLink;