CIB_OP_REPLACE    706 daemons/based/based_callbacks.c     if(pcmk__str_eq(op, CIB_OP_REPLACE, pcmk__str_casei)) {
CIB_OP_REPLACE   1276 daemons/based/based_callbacks.c         if (pcmk__str_eq(CIB_OP_REPLACE, op, pcmk__str_none)) {
CIB_OP_REPLACE   1305 daemons/based/based_callbacks.c         if (pcmk__str_eq(CIB_OP_REPLACE, op, pcmk__str_none)) {
CIB_OP_REPLACE   1326 daemons/based/based_callbacks.c         if (pcmk__str_eq(CIB_OP_REPLACE, op, pcmk__str_none)) {
CIB_OP_REPLACE    148 daemons/based/based_common.c     {CIB_OP_REPLACE,   TRUE,  TRUE,  TRUE,  cib_prepare_data, cib_cleanup_data,   cib_process_replace_svr},
CIB_OP_REPLACE    525 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    782 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    519 tools/cibadmin.c                 cib_action = CIB_OP_REPLACE;
CIB_OP_REPLACE    847 tools/cibadmin.c     if (strcasecmp(CIB_OP_REPLACE, cib_action) == 0