Lines Matching defs:node
534 xmlNodePtr node;
535 node = xmlNewComment((xmlChar *) comment);
537 if (node != NULL)
538 (void) xmlAddPrevSibling(handle->zone_dh_top, node);
1642 newprop(xmlNodePtr node, const xmlChar *attrname, char *src)
1646 newattr = xmlNewProp(node, attrname, (xmlChar *)src);
1648 xmlUnlinkNode(node);
1649 xmlFreeNode(node);
5214 /* Allocate a new priv list node. */
5222 /* Insert the new priv list node into the right list */