index 158 daemons/based/based_remote.c int index = 0; index 180 daemons/based/based_remote.c char *member = group->gr_mem[index++]; index 105 daemons/fenced/fenced_cib.c int index = 0; index 111 daemons/fenced/fenced_cib.c crm_element_value_int(match, PCMK_XA_INDEX, &index); index 112 daemons/fenced/fenced_cib.c topology_remove_helper(key, index); index 56 include/crm/common/xml.h xmlNode *getXpathResult(xmlXPathObjectPtr xpathObj, int index); index 58 lib/common/xpath.c getXpathResult(xmlXPathObjectPtr xpathObj, int index) index 63 lib/common/xpath.c CRM_CHECK(index >= 0, return NULL); index 66 lib/common/xpath.c if (index >= max) { index 67 lib/common/xpath.c crm_err("Requested index %d of only %d items", index, max); index 70 lib/common/xpath.c } else if(xpathObj->nodesetval->nodeTab[index] == NULL) { index 75 lib/common/xpath.c match = xpathObj->nodesetval->nodeTab[index]; index 78 lib/common/xpath.c if (xpathObj->nodesetval->nodeTab[index]->type != XML_NAMESPACE_DECL) { index 80 lib/common/xpath.c xpathObj->nodesetval->nodeTab[index] = NULL; index 903 lib/pengine/unpack.c int index = 0; index 910 lib/pengine/unpack.c if (crm_element_value_int(level, PCMK_XA_INDEX, &index) != 0) { index 916 lib/pengine/unpack.c if ((index < ST__LEVEL_MIN) || (index > ST__LEVEL_MAX)) { index 919 lib/pengine/unpack.c id, index);