position 93 lib/common/xml.c int position; position 943 lib/common/xml.c int position = 0; position 950 lib/common/xml.c position++; position 954 lib/common/xml.c return position; position 959 lib/common/xml.c int position = 0; position 966 lib/common/xml.c position++; position 970 lib/common/xml.c return position; position 986 lib/common/xml.c int position = __xml_offset_no_deletions(xml); position 992 lib/common/xml.c crm_xml_add_int(change, XML_DIFF_POSITION, position); position 1269 lib/common/xml.c if (deleted_obj->position >= 0) { position 1270 lib/common/xml.c crm_xml_add_int(change, XML_DIFF_POSITION, deleted_obj->position); position 1499 lib/common/xml.c int position = -1; position 1501 lib/common/xml.c crm_element_value_int(change, XML_DIFF_POSITION, &position); position 1502 lib/common/xml.c if (position >= 0) { position 1503 lib/common/xml.c do_crm_log_alias(log_level, __FILE__, function, __LINE__, "-- %s (%d)", xpath, position); position 1558 lib/common/xml.c if (deleted_obj->position >= 0) { position 1560 lib/common/xml.c deleted_obj->path, deleted_obj->position); position 1922 lib/common/xml.c __first_xml_child_match(xmlNode *parent, const char *name, const char *id, int position) position 1938 lib/common/xml.c && position >= 0 position 1939 lib/common/xml.c && __xml_offset(cIter) != position) { position 2030 lib/common/xml.c int position = -1; position 2038 lib/common/xml.c crm_element_value_int(change, XML_DIFF_POSITION, &position); position 2043 lib/common/xml.c match = __xml_find_path(xml, xpath, position); position 2057 lib/common/xml.c int position = 0; position 2062 lib/common/xml.c crm_element_value_int(change, XML_DIFF_POSITION, &position); position 2064 lib/common/xml.c while(match_child && position != __xml_offset(match_child)) { position 2070 lib/common/xml.c crm_trace("Adding %s at position %d", child->name, position); position 2074 lib/common/xml.c crm_trace("Adding %s at position %d (end)", child->name, position); position 2078 lib/common/xml.c crm_trace("Adding %s at position %d (first)", child->name, position); position 2079 lib/common/xml.c CRM_LOG_ASSERT(position == 0); position 2085 lib/common/xml.c int position = 0; position 2087 lib/common/xml.c crm_element_value_int(change, XML_DIFF_POSITION, &position); position 2088 lib/common/xml.c if(position != __xml_offset(match)) { position 2090 lib/common/xml.c int p = position; position 2104 lib/common/xml.c match->name, position, __xml_offset(match), match->prev, position 2116 lib/common/xml.c crm_trace("%s is already in position %d", match->name, position); position 2119 lib/common/xml.c if(position != __xml_offset(match)) { position 2121 lib/common/xml.c match->name, ID(match), __xml_offset(match), position, match->prev); position 2643 lib/common/xml.c free_xml_with_position(xmlNode * child, int position) position 2678 lib/common/xml.c deleted_obj->position = -1; position 2681 lib/common/xml.c if (position >= 0) { position 2682 lib/common/xml.c deleted_obj->position = position; position 2685 lib/common/xml.c deleted_obj->position = __xml_offset(child);