position 58 lib/common/crmcommon_private.h int position; position 101 lib/common/patchset.c int position = pcmk__xml_position(xml, xpf_deleted); position 107 lib/common/patchset.c crm_xml_add_int(change, XML_DIFF_POSITION, position); position 360 lib/common/patchset.c if (deleted_obj->position >= 0) { position 361 lib/common/patchset.c crm_xml_add_int(change, XML_DIFF_POSITION, deleted_obj->position); position 590 lib/common/patchset.c int position = -1; position 592 lib/common/patchset.c crm_element_value_int(change, XML_DIFF_POSITION, &position); position 593 lib/common/patchset.c if (position >= 0) { position 595 lib/common/patchset.c "-- %s (%d)", xpath, position); position 984 lib/common/patchset.c int position) position 1002 lib/common/patchset.c && (position >= 0) position 1003 lib/common/patchset.c && (pcmk__xml_position(cIter, xpf_skip) != position)) { position 1155 lib/common/patchset.c int position = -1; position 1165 lib/common/patchset.c crm_element_value_int(change, XML_DIFF_POSITION, &position); position 1167 lib/common/patchset.c match = search_v2_xpath(xml, xpath, position); position 1242 lib/common/patchset.c int position = 0; position 1247 lib/common/patchset.c crm_element_value_int(change, XML_DIFF_POSITION, &position); position 1250 lib/common/patchset.c && (position != pcmk__xml_position(match_child, xpf_skip))) { position 1256 lib/common/patchset.c crm_trace("Adding %s at position %d", child->name, position); position 1261 lib/common/patchset.c child->name, position); position 1266 lib/common/patchset.c child->name, position); position 1267 lib/common/patchset.c CRM_LOG_ASSERT(position == 0); position 1273 lib/common/patchset.c int position = 0; position 1275 lib/common/patchset.c crm_element_value_int(change, XML_DIFF_POSITION, &position); position 1276 lib/common/patchset.c if (position != pcmk__xml_position(match, xpf_skip)) { position 1278 lib/common/patchset.c int p = position; position 1293 lib/common/patchset.c match->name, position, position 1308 lib/common/patchset.c match->name, position); position 1311 lib/common/patchset.c if (position != pcmk__xml_position(match, xpf_skip)) { position 1315 lib/common/patchset.c position, match->prev); position 317 lib/common/xml.c int position = 0; position 324 lib/common/xml.c position++; position 328 lib/common/xml.c return position; position 406 lib/common/xml.c if (deleted_obj->position >= 0) { position 408 lib/common/xml.c deleted_obj->path, deleted_obj->position); position 762 lib/common/xml.c free_xml_with_position(xmlNode * child, int position) position 800 lib/common/xml.c deleted_obj->position = -1; position 803 lib/common/xml.c if (position >= 0) { position 804 lib/common/xml.c deleted_obj->position = position; position 807 lib/common/xml.c deleted_obj->position = pcmk__xml_position(child, xpf_skip);