position 229 lib/common/actions.c match_before(const char *key, size_t position, const char **matches) position 235 lib/common/actions.c if (position > (match_len + 1)) { position 236 lib/common/actions.c const size_t possible = position - match_len - 1; position 52 lib/common/crmcommon_private.h int position; position 54 lib/common/patchset.c int position = pcmk__xml_position(xml, pcmk__xf_deleted); position 60 lib/common/patchset.c crm_xml_add_int(change, PCMK_XE_POSITION, position); position 233 lib/common/patchset.c if (deleted_obj->position >= 0) { position 234 lib/common/patchset.c crm_xml_add_int(change, PCMK_XE_POSITION, deleted_obj->position); position 428 lib/common/patchset.c const char *id, int position) position 446 lib/common/patchset.c && (position >= 0) position 447 lib/common/patchset.c && (pcmk__xml_position(cIter, pcmk__xf_skip) != position)) { position 592 lib/common/patchset.c int position = -1; position 604 lib/common/patchset.c crm_element_value_int(change, PCMK_XE_POSITION, &position); position 606 lib/common/patchset.c match = search_v2_xpath(xml, xpath, position); position 682 lib/common/patchset.c int position = 0; position 687 lib/common/patchset.c crm_element_value_int(change, PCMK_XE_POSITION, &position); position 690 lib/common/patchset.c && (position != pcmk__xml_position(match_child, pcmk__xf_skip))) { position 697 lib/common/patchset.c crm_trace("Adding %s at position %d", child->name, position); position 702 lib/common/patchset.c child->name, position); position 706 lib/common/patchset.c int position = 0; position 708 lib/common/patchset.c crm_element_value_int(change, PCMK_XE_POSITION, &position); position 709 lib/common/patchset.c if (position != pcmk__xml_position(match, pcmk__xf_skip)) { position 711 lib/common/patchset.c int p = position; position 726 lib/common/patchset.c match->name, position, position 741 lib/common/patchset.c match->name, position); position 744 lib/common/patchset.c if (position != pcmk__xml_position(match, pcmk__xf_skip)) { position 748 lib/common/patchset.c position, match->prev); position 117 lib/common/patchset_display.c const char *position = crm_element_value(change, PCMK_XE_POSITION); position 121 lib/common/patchset_display.c xpath, position); position 167 lib/common/patchset_display.c int position = -1; position 169 lib/common/patchset_display.c crm_element_value_int(change, PCMK_XE_POSITION, &position); position 170 lib/common/patchset_display.c if (position >= 0) { position 171 lib/common/patchset_display.c temp_rc = out->info(out, "-- %s (%d)", xpath, position); position 387 lib/common/xml.c int position = 0; position 393 lib/common/xml.c position++; position 397 lib/common/xml.c return position; position 715 lib/common/xml.c free_xml_with_position(xmlNode *node, int position) position 759 lib/common/xml.c deleted_obj->position = -1; position 763 lib/common/xml.c if (position >= 0) { position 764 lib/common/xml.c deleted_obj->position = position; position 767 lib/common/xml.c deleted_obj->position = pcmk__xml_position(node, position 379 lib/common/xml_display.c if (deleted_obj->position >= 0) { position 381 lib/common/xml_display.c deleted_obj->path, deleted_obj->position);