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          365 lib/common/patchset.c         if (deleted_obj->position >= 0) {
position          366 lib/common/patchset.c             crm_xml_add_int(change, XML_DIFF_POSITION, deleted_obj->position);
position          595 lib/common/patchset.c                 int position = -1;
position          597 lib/common/patchset.c                 crm_element_value_int(change, XML_DIFF_POSITION, &position);
position          598 lib/common/patchset.c                 if (position >= 0) {
position          600 lib/common/patchset.c                                      "-- %s (%d)", xpath, position);
position          990 lib/common/patchset.c                          int position)
position         1008 lib/common/patchset.c             && (position >= 0)
position         1009 lib/common/patchset.c             && (pcmk__xml_position(cIter, xpf_skip) != position)) {
position         1161 lib/common/patchset.c         int position = -1;
position         1171 lib/common/patchset.c             crm_element_value_int(change, XML_DIFF_POSITION, &position);
position         1173 lib/common/patchset.c         match = search_v2_xpath(xml, xpath, position);
position         1254 lib/common/patchset.c             int position = 0;
position         1259 lib/common/patchset.c             crm_element_value_int(change, XML_DIFF_POSITION, &position);
position         1262 lib/common/patchset.c                    && (position != pcmk__xml_position(match_child, xpf_skip))) {
position         1268 lib/common/patchset.c                 crm_trace("Adding %s at position %d", child->name, position);
position         1273 lib/common/patchset.c                           child->name, position);
position         1278 lib/common/patchset.c                           child->name, position);
position         1279 lib/common/patchset.c                 CRM_LOG_ASSERT(position == 0);
position         1285 lib/common/patchset.c             int position = 0;
position         1287 lib/common/patchset.c             crm_element_value_int(change, XML_DIFF_POSITION, &position);
position         1288 lib/common/patchset.c             if (position != pcmk__xml_position(match, xpf_skip)) {
position         1290 lib/common/patchset.c                 int p = position;
position         1305 lib/common/patchset.c                           match->name, position,
position         1320 lib/common/patchset.c                           match->name, position);
position         1323 lib/common/patchset.c             if (position != pcmk__xml_position(match, xpf_skip)) {
position         1327 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          407 lib/common/xml.c         if (deleted_obj->position >= 0) {
position          409 lib/common/xml.c                              deleted_obj->path, deleted_obj->position);
position          729 lib/common/xml.c free_xml_with_position(xmlNode * child, int position)
position          767 lib/common/xml.c                     deleted_obj->position = -1;
position          770 lib/common/xml.c                         if (position >= 0) {
position          771 lib/common/xml.c                             deleted_obj->position = position;
position          774 lib/common/xml.c                             deleted_obj->position = pcmk__xml_position(child, xpf_skip);