nodesetval 82 include/crm/common/xml_compat.h if ((xpathObj == NULL) || (xpathObj->nodesetval == NULL)) { nodesetval 85 include/crm/common/xml_compat.h return xpathObj->nodesetval->nodeNr; nodesetval 70 include/crm/common/xpath_internal.h num_results = xmlXPathNodeSetGetLength(xpath_obj->nodesetval); nodesetval 71 lib/common/xpath.c match = xmlXPathNodeSetItem(xpath_obj->nodesetval, index); nodesetval 78 lib/common/xpath.c xpath_obj->nodesetval->nodeTab[index] = NULL; nodesetval 413 lib/common/xpath.c } else if(xpathObj->nodesetval->nodeTab[index] == NULL) { nodesetval 418 lib/common/xpath.c match = xpathObj->nodesetval->nodeTab[index]; nodesetval 421 lib/common/xpath.c if (xpathObj->nodesetval->nodeTab[index]->type != XML_NAMESPACE_DECL) { nodesetval 423 lib/common/xpath.c xpathObj->nodesetval->nodeTab[index] = NULL; nodesetval 453 lib/common/xpath.c if (xpathObj->nodesetval->nodeTab[lpc] && xpathObj->nodesetval->nodeTab[lpc]->type != XML_NAMESPACE_DECL) { nodesetval 454 lib/common/xpath.c xpathObj->nodesetval->nodeTab[lpc] = NULL; nodesetval 475 lib/common/xpath.c if (xpathObj->nodesetval->nodeTab[lpc] == NULL) { nodesetval 479 lib/common/xpath.c xml = xpathObj->nodesetval->nodeTab[lpc]->parent; nodesetval 485 lib/common/xpath.c if (xpathObj->nodesetval->nodeTab[lpc2] == xml) { nodesetval 486 lib/common/xpath.c xpathObj->nodesetval->nodeTab[lpc] = NULL;