update            235 daemons/attrd/attrd_cib.c     a->update = 0;
update            323 daemons/attrd/attrd_cib.c     xmlNode *update = create_xml_node(NULL, XML_CIB_TAG_STATE);
update            324 daemons/attrd/attrd_cib.c     xmlNode *child = update;
update            352 daemons/attrd/attrd_cib.c     rc = the_cib->cmds->modify(the_cib, XML_CIB_TAG_STATUS, update,
update            357 daemons/attrd/attrd_cib.c     free_xml(update);
update            498 daemons/attrd/attrd_cib.c         if (a->update && (a->update < last_cib_op_done)) {
update            500 daemons/attrd/attrd_cib.c                      a->id, a->update);
update            501 daemons/attrd/attrd_cib.c             a->update = 0; // Don't log this message again
update            503 daemons/attrd/attrd_cib.c         } else if (a->update) {
update            505 daemons/attrd/attrd_cib.c                      a->id, a->update);
update            612 daemons/attrd/attrd_cib.c         a->update = the_cib->cmds->end_transaction(the_cib, true, cib_none);
update            615 daemons/attrd/attrd_cib.c                  a->update, cib_updates, pcmk__plural_s(cib_updates),
update            619 daemons/attrd/attrd_cib.c         if (the_cib->cmds->register_callback_full(the_cib, a->update,
update            125 daemons/attrd/pacemaker-attrd.h     int update;
update             49 daemons/based/based_notify.c     struct cib_notification_s *update = user_data;
update             56 daemons/based/based_notify.c     type = crm_element_value(update->msg, F_SUBTYPE);
update             81 daemons/based/based_notify.c                 rc = pcmk__ipc_send_iov(client, update->iov,
update             95 daemons/based/based_notify.c                 pcmk__remote_send_xml(client->remote, update->msg);
update            109 daemons/based/based_notify.c     struct cib_notification_s update;
update            115 daemons/based/based_notify.c         update.msg = xml;
update            116 daemons/based/based_notify.c         update.iov = iov;
update            117 daemons/based/based_notify.c         update.iov_size = bytes;
update            118 daemons/based/based_notify.c         pcmk__foreach_ipc_client(cib_notify_send_one, &update);
update            142 daemons/based/based_notify.c                 const char *origin, xmlNode *update, xmlNode *diff)
update            205 daemons/based/based_notify.c     if (update != NULL) {
update            206 daemons/based/based_notify.c         type = (const char *) update->name;
update            216 daemons/based/based_notify.c     if (update != NULL) {
update            217 daemons/based/based_notify.c         add_message_xml(update_msg, F_CIB_UPDATE, update);
update            131 daemons/based/pacemaker-based.h                      const char *origin, xmlNode *update, xmlNode *diff);
update            264 daemons/controld/controld_callbacks.c         xmlNode *update = NULL;
update            360 daemons/controld/controld_callbacks.c         update = create_node_state_update(node, flags, NULL, __func__);
update            361 daemons/controld/controld_callbacks.c         if (update == NULL) {
update            364 daemons/controld/controld_callbacks.c             fsa_cib_anon_update(XML_CIB_TAG_STATUS, update);
update            366 daemons/controld/controld_callbacks.c         free_xml(update);
update            563 daemons/controld/controld_cib.c                     xmlNode *update, const char *version)
update            598 daemons/controld/controld_cib.c     crm_xml_add(update, XML_LRM_ATTR_OP_RESTART,
update            600 daemons/controld/controld_cib.c     crm_xml_add(update, XML_LRM_ATTR_RESTART_DIGEST, digest);
update            617 daemons/controld/controld_cib.c                    xmlNode *update, const char *version)
update            634 daemons/controld/controld_cib.c         crm_xml_add(update, XML_LRM_ATTR_OP_SECURE, (const char *) list->str);
update            635 daemons/controld/controld_cib.c         crm_xml_add(update, XML_LRM_ATTR_SECURE_DIGEST, digest);
update            878 daemons/controld/controld_cib.c     xmlNode *update = NULL;
update            893 daemons/controld/controld_cib.c     update = create_xml_node(NULL, XML_CIB_TAG_STATUS);
update            896 daemons/controld/controld_cib.c     xml = create_xml_node(update, XML_CIB_TAG_STATE);
update            948 daemons/controld/controld_cib.c     crm_log_xml_trace(update, __func__);
update            949 daemons/controld/controld_cib.c     controld_update_cib(XML_CIB_TAG_STATUS, update, call_opt, cib_rsc_callback);
update            950 daemons/controld/controld_cib.c     free_xml(update);
update            267 daemons/controld/controld_election.c             xmlNode *update = NULL;
update            271 daemons/controld/controld_election.c             update = create_node_state_update(node, node_update_expected, NULL,
update            274 daemons/controld/controld_election.c             fsa_cib_anon_update_discard_reply(XML_CIB_TAG_STATUS, update);
update            275 daemons/controld/controld_election.c             free_xml(update);
update           1743 daemons/controld/controld_execd.c     xmlNode *update, *iter;
update           1756 daemons/controld/controld_execd.c     update = create_node_state_update(peer, node_update_none, NULL,
update           1759 daemons/controld/controld_execd.c     iter = create_xml_node(update, XML_CIB_TAG_LRM);
update           1768 daemons/controld/controld_execd.c     reply = create_request(CRM_OP_INVOKE_LRM, update, to_host, to_sys, CRM_SYSTEM_LRMD, NULL);
update           1770 daemons/controld/controld_execd.c     crm_log_xml_trace(update, "[direct ACK]");
update           1780 daemons/controld/controld_execd.c     free_xml(update);
update            430 daemons/controld/controld_membership.c         xmlNode *update = NULL;
update            432 daemons/controld/controld_membership.c         update = create_xml_node(NULL, XML_TAG_CIB);
update            433 daemons/controld/controld_membership.c         crm_xml_add_int(update, XML_ATTR_HAVE_QUORUM, quorum);
update            434 daemons/controld/controld_membership.c         crm_xml_add(update, XML_ATTR_DC_UUID, controld_globals.our_uuid);
update            437 daemons/controld/controld_membership.c         controld_update_cib(XML_TAG_CIB, update, cib_scope_local,
update            439 daemons/controld/controld_membership.c         free_xml(update);
update            281 daemons/controld/controld_remote_ra.c     xmlNode *update, *state;
update            327 daemons/controld/controld_remote_ra.c     update = create_xml_node(NULL, XML_CIB_TAG_STATUS);
update            328 daemons/controld/controld_remote_ra.c     state = create_node_state_update(node, node_update_cluster, update,
update            344 daemons/controld/controld_remote_ra.c     controld_update_cib(XML_CIB_TAG_STATUS, update, call_opt, NULL);
update            345 daemons/controld/controld_remote_ra.c     free_xml(update);
update            363 daemons/controld/controld_remote_ra.c     xmlNode *update;
update            390 daemons/controld/controld_remote_ra.c     update = create_xml_node(NULL, XML_CIB_TAG_STATUS);
update            391 daemons/controld/controld_remote_ra.c     create_node_state_update(node, node_update_cluster, update, __func__);
update            392 daemons/controld/controld_remote_ra.c     controld_update_cib(XML_CIB_TAG_STATUS, update, call_opt, NULL);
update            393 daemons/controld/controld_remote_ra.c     free_xml(update);
update           1396 daemons/controld/controld_remote_ra.c     xmlNode *update, *state;
update           1403 daemons/controld/controld_remote_ra.c     update = create_xml_node(NULL, XML_CIB_TAG_STATUS);
update           1404 daemons/controld/controld_remote_ra.c     state = create_node_state_update(node, node_update_none, update,
update           1407 daemons/controld/controld_remote_ra.c     if (controld_update_cib(XML_CIB_TAG_STATUS, update, call_opt,
update           1416 daemons/controld/controld_remote_ra.c     free_xml(update);
update           1630 daemons/fenced/fenced_remote.c     xmlNode *update = NULL;
update           1660 daemons/fenced/fenced_remote.c     update = stonith_create_op(op->client_callid, op->id, STONITH_OP_TIMEOUT_UPDATE, NULL, 0);
update           1661 daemons/fenced/fenced_remote.c     crm_xml_add(update, F_STONITH_REMOTE_OP_ID, op->id);
update           1662 daemons/fenced/fenced_remote.c     crm_xml_add(update, F_STONITH_CLIENTID, client_id);
update           1663 daemons/fenced/fenced_remote.c     crm_xml_add(update, F_STONITH_CALLID, call_id);
update           1664 daemons/fenced/fenced_remote.c     crm_xml_add_int(update, F_STONITH_TIMEOUT, op_timeout);
update           1666 daemons/fenced/fenced_remote.c     send_cluster_message(crm_get_peer(0, client_node), crm_msg_stonith_ng, update, FALSE);
update           1668 daemons/fenced/fenced_remote.c     free_xml(update);
update            184 include/crm/cib/cib_types.h     int (*update) (cib_t *cib, const char *section, xmlNode *data,
update            159 include/crm/common/xml.h gboolean replace_xml_child(xmlNode * parent, xmlNode * child, xmlNode * update,
update            726 lib/cib/cib_client.c     new_cib->cmds->update = cib_client_modify; // Deprecated method
update            525 lib/cib/cib_ops.c update_cib_object(xmlNode * parent, xmlNode * update)
update            534 lib/cib/cib_ops.c     CRM_CHECK(update != NULL, return -EINVAL);
update            537 lib/cib/cib_ops.c     object_name = (const char *) update->name;
update            540 lib/cib/cib_ops.c     object_id = ID(update);
update            564 lib/cib/cib_ops.c     replace = crm_element_value(update, XML_CIB_ATTR_REPLACE);
update            586 lib/cib/cib_ops.c         xml_remove_prop(update, XML_CIB_ATTR_REPLACE);
update            590 lib/cib/cib_ops.c     copy_in_properties(target, update);
update            604 lib/cib/cib_ops.c     for (a_child = pcmk__xml_first_child(update); a_child != NULL;
update             84 lib/common/crmcommon_private.h void pcmk__xml_update(xmlNode *parent, xmlNode *target, xmlNode *update,
update             92 lib/common/crmcommon_private.h void pcmk__xc_update(xmlNode *parent, xmlNode *target, xmlNode *update);
update           2178 lib/common/xml.c pcmk__xc_update(xmlNode *parent, xmlNode *target, xmlNode *update)
update           2180 lib/common/xml.c     CRM_CHECK(update != NULL, return);
update           2181 lib/common/xml.c     CRM_CHECK(update->type == XML_COMMENT_NODE, return);
update           2184 lib/common/xml.c         target = pcmk__xc_match(parent, update, false);
update           2188 lib/common/xml.c         add_node_copy(parent, update);
update           2190 lib/common/xml.c     } else if (!pcmk__str_eq((const char *)target->content, (const char *)update->content, pcmk__str_casei)) {
update           2192 lib/common/xml.c         target->content = xmlStrdup(update->content);
update           2209 lib/common/xml.c pcmk__xml_update(xmlNode *parent, xmlNode *target, xmlNode *update,
update           2218 lib/common/xml.c     crm_log_xml_trace(update, "update:");
update           2222 lib/common/xml.c     CRM_CHECK(update != NULL, return);
update           2224 lib/common/xml.c     if (update->type == XML_COMMENT_NODE) {
update           2225 lib/common/xml.c         pcmk__xc_update(parent, target, update);
update           2229 lib/common/xml.c     object_name = (const char *) update->name;
update           2230 lib/common/xml.c     object_href_val = ID(update);
update           2234 lib/common/xml.c         object_href_val = crm_element_value(update, XML_ATTR_IDREF);
update           2266 lib/common/xml.c     CRM_CHECK(pcmk__xe_is(target, (const char *) update->name), return);
update           2270 lib/common/xml.c         copy_in_properties(target, update);
update           2274 lib/common/xml.c         for (xmlAttrPtr a = pcmk__xe_first_attr(update); a != NULL;
update           2284 lib/common/xml.c     for (a_child = pcmk__xml_first_child(update); a_child != NULL;
update           2374 lib/common/xml.c replace_xml_child(xmlNode * parent, xmlNode * child, xmlNode * update, gboolean delete_only)
update           2384 lib/common/xml.c     CRM_CHECK(update != NULL, return FALSE);
update           2386 lib/common/xml.c     up_id = ID(update);
update           2392 lib/common/xml.c     if (!pcmk__xe_is(update, (const char *) child->name)) {
update           2396 lib/common/xml.c         for (xmlAttrPtr a = pcmk__xe_first_attr(update); a != NULL;
update           2410 lib/common/xml.c         if (delete_only || update == NULL) {
update           2415 lib/common/xml.c             xmlNode *new = xmlCopyNode(update, 1);
update           2442 lib/common/xml.c         can_delete = replace_xml_child(child, child_of_child, update, delete_only);
update            276 lib/pacemaker/pcmk_sched_actions.c             changed |= update(then->rsc, first, then, node,
update            296 lib/pacemaker/pcmk_sched_actions.c         changed |= update(then->rsc, first, then, node, first_flags, restart,
update            306 lib/pacemaker/pcmk_sched_actions.c             changed |= update(first->rsc, first, then, node, first_flags,
update            322 lib/pacemaker/pcmk_sched_actions.c             changed |= update(then->rsc, first, then, node,
update            335 lib/pacemaker/pcmk_sched_actions.c             changed |= update(then->rsc, first, then, node, first_flags,
update            369 lib/pacemaker/pcmk_sched_actions.c             changed |= update(then->rsc, first, then, node, first_flags,
update            381 lib/pacemaker/pcmk_sched_actions.c             changed |= update(then->rsc, first, then, node, first_flags,
update            399 lib/pacemaker/pcmk_sched_actions.c             changed |= update(then->rsc, first, then, node, first_flags,
update            411 lib/pacemaker/pcmk_sched_actions.c             changed |= update(then->rsc, first, then, node, first_flags,
update            422 lib/pacemaker/pcmk_sched_actions.c             changed |= update(then->rsc, first, then, node, first_flags,
update            433 lib/pacemaker/pcmk_sched_actions.c             changed |= update(then->rsc, first, then, node, first_flags,
update           1085 lib/pacemaker/pcmk_sched_actions.c add_op_digest_to_xml(const lrmd_event_data_t *op, xmlNode *update)
update           1097 lib/pacemaker/pcmk_sched_actions.c     crm_xml_add(update, XML_LRM_ATTR_OP_DIGEST, digest);
update            226 maint/gnulib/lib/gl_oset.h   int (*update) (gl_oset_t set, const void *elt,
update            300 maint/gnulib/lib/gl_oset.h          ->update (set, elt, action, action_data);
update             72 maint/gnulib/tests/test-oset-c++.cc   ASSERT (set1.update (A, action, &data) == 1);