Lines Matching full:node1
207 * @node1: the first node218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) {219 if ((node1 == NULL) || (node2 == NULL))224 if (node1 == node2) {231 return(xmlXPathCmpNodes(node1, node2));