is_update         931 daemons/based/based_callbacks.c     gboolean is_update = TRUE;      // Whether request would modify CIB
is_update         989 daemons/based/based_callbacks.c     is_update = cib_op_modifies(call_type);
is_update         996 daemons/based/based_callbacks.c         needs_reply = is_update && cib_legacy_mode();
is_update        1048 daemons/based/based_callbacks.c         if (!is_update) {
is_update        1091 daemons/based/based_callbacks.c     if (is_update && !cib_legacy_mode()) {
is_update        1127 daemons/based/based_callbacks.c         if (is_update == FALSE || result_diff == NULL) {