Lines Matching defs:node
529 xmlNodePtr node;
530 node = xmlNewComment((xmlChar *) comment);
532 if (node != NULL)
533 (void) xmlAddPrevSibling(handle->zone_dh_top, node);
1637 newprop(xmlNodePtr node, const xmlChar *attrname, char *src)
1641 newattr = xmlNewProp(node, attrname, (xmlChar *)src);
1643 xmlUnlinkNode(node);
1644 xmlFreeNode(node);
5054 /* Allocate a new priv list node. */
5062 /* Insert the new priv list node into the right list */