position          259 lib/common/actions.c match_before(const char *key, size_t position, const char **matches)
position          265 lib/common/actions.c         if (position > (match_len + 1)) {
position          266 lib/common/actions.c             const size_t possible = position - match_len - 1;
position           64 lib/common/crmcommon_private.h     int position;       //!< Position of the deleted node among its siblings
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          234 lib/common/patchset.c         if (deleted_obj->position >= 0) {
position          235 lib/common/patchset.c             crm_xml_add_int(change, PCMK_XE_POSITION, deleted_obj->position);
position          432 lib/common/patchset.c                          const char *id, int position)
position          450 lib/common/patchset.c             && (position >= 0)
position          451 lib/common/patchset.c             && (pcmk__xml_position(cIter, pcmk__xf_skip) != position)) {
position          596 lib/common/patchset.c         int position = -1;
position          608 lib/common/patchset.c             crm_element_value_int(change, PCMK_XE_POSITION, &position);
position          610 lib/common/patchset.c         match = search_v2_xpath(xml, xpath, position);
position          688 lib/common/patchset.c             int position = 0;
position          693 lib/common/patchset.c             crm_element_value_int(change, PCMK_XE_POSITION, &position);
position          696 lib/common/patchset.c                    && (position != pcmk__xml_position(match_child, pcmk__xf_skip))) {
position          703 lib/common/patchset.c                 crm_trace("Adding %s at position %d", child->name, position);
position          708 lib/common/patchset.c                           child->name, position);
position          712 lib/common/patchset.c             int position = 0;
position          714 lib/common/patchset.c             crm_element_value_int(change, PCMK_XE_POSITION, &position);
position          715 lib/common/patchset.c             if (position != pcmk__xml_position(match, pcmk__xf_skip)) {
position          717 lib/common/patchset.c                 int p = position;
position          732 lib/common/patchset.c                           match->name, position,
position          747 lib/common/patchset.c                           match->name, position);
position          750 lib/common/patchset.c             if (position != pcmk__xml_position(match, pcmk__xf_skip)) {
position          754 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          416 lib/common/xml.c     int position = 0;
position          422 lib/common/xml.c             position++;
position          426 lib/common/xml.c     return position;
position          737 lib/common/xml.c free_xml_with_position(xmlNode *node, int position)
position          785 lib/common/xml.c             deleted_obj->position = -1;
position          789 lib/common/xml.c                 if (position >= 0) {
position          790 lib/common/xml.c                     deleted_obj->position = position;
position          793 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);