CIB_OP_REPLACE    708 daemons/based/based_callbacks.c     if(pcmk__str_eq(op, CIB_OP_REPLACE, pcmk__str_casei)) {
CIB_OP_REPLACE   1279 daemons/based/based_callbacks.c         if (pcmk__str_eq(CIB_OP_REPLACE, op, pcmk__str_none)) {
CIB_OP_REPLACE   1300 daemons/based/based_callbacks.c         if (pcmk__str_eq(CIB_OP_REPLACE, op, pcmk__str_none)) {
CIB_OP_REPLACE    150 daemons/based/based_common.c     {CIB_OP_REPLACE,   TRUE,  TRUE,  TRUE,  cib_prepare_data, cib_cleanup_data,   cib_process_replace_svr},
CIB_OP_REPLACE    523 daemons/based/based_messages.c     crm_xml_add(replace_request, F_CIB_OPERATION, CIB_OP_REPLACE);
CIB_OP_REPLACE    272 daemons/based/based_notify.c     crm_xml_add(replace_msg, F_CIB_OPERATION, CIB_OP_REPLACE);
CIB_OP_REPLACE    159 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_REPLACE, NULL, section, data, NULL, call_options, NULL);
CIB_OP_REPLACE    774 lib/cib/cib_file.c     {CIB_OP_REPLACE,    FALSE, cib_process_replace},
CIB_OP_REPLACE    796 lib/cib/cib_ops.c         } else if (pcmk__str_eq(op, CIB_OP_REPLACE, pcmk__str_casei)) {
CIB_OP_REPLACE    461 tools/cibadmin.c                 cib_action = CIB_OP_REPLACE;
CIB_OP_REPLACE    715 tools/cibadmin.c     if (strcasecmp(CIB_OP_REPLACE, cib_action) == 0