parse_op_key      135 daemons/controld/controld_te_events.c     CRM_CHECK(parse_op_key(id, &rsc_id, &task, &interval_ms),
parse_op_key      395 daemons/controld/controld_te_events.c         if (parse_op_key(id, NULL, NULL, &interval_ms)
parse_op_key      121 include/crm/common/util.h gboolean parse_op_key(const char *key, char **rsc_id, char **op_type,
parse_op_key       13 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("Fencing_monitor_60000", &rsc, &ty, &ms), ==, TRUE);
parse_op_key       28 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("ClusterIP:0_start_0", &rsc, &ty, &ms), ==, TRUE);
parse_op_key       35 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("imagestoreclone:1_post_notify_stop_0", &rsc, &ty, &ms), ==, TRUE);
parse_op_key       50 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("httpd-bundle-0_monitor_30000", &rsc, &ty, &ms), ==, TRUE);
parse_op_key       57 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("httpd-bundle-ip-192.168.122.132_start_0", &rsc, &ty, &ms), ==, TRUE);
parse_op_key       72 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("vm_migrate_from_0", &rsc, &ty, &ms), ==, TRUE);
parse_op_key       79 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("vm_migrate_to_0", &rsc, &ty, &ms), ==, TRUE);
parse_op_key       86 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("vm_idcc_devel_migrate_to_0", &rsc, &ty, &ms), ==, TRUE);
parse_op_key      101 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("rsc_drbd_7788:1_post_notify_start_0", &rsc, &ty, &ms), ==, TRUE);
parse_op_key      108 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("rabbitmq-bundle-clone_pre_notify_stop_0", &rsc, &ty, &ms), ==, TRUE);
parse_op_key      115 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("post_notify_start_0", &rsc, &ty, &ms), ==, TRUE);
parse_op_key      129 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("Fencing_monitor_60000", NULL, &ty, &ms), ==, TRUE);
parse_op_key      141 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("Fencing_monitor_60000", &rsc, NULL, &ms), ==, TRUE);
parse_op_key      153 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("Fencing_monitor_60000", &rsc, &ty, NULL), ==, TRUE);
parse_op_key      167 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("", &rsc, &ty, &ms), ==, FALSE);
parse_op_key      172 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key(NULL, &rsc, &ty, &ms), ==, FALSE);
parse_op_key      185 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("httpd-bundle-0", &rsc, &ty, &ms), ==, FALSE);
parse_op_key      190 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("httpd-bundle-0_monitor", &rsc, &ty, &ms), ==, FALSE);
parse_op_key      195 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpint(parse_op_key("httpd-bundle-0_30000", &rsc, &ty, &ms), ==, FALSE);
parse_op_key     1775 lib/pacemaker/pcmk_sched_allocate.c         if (parse_op_key(original_key, NULL, &task, &interval_ms)) {
parse_op_key     1873 lib/pacemaker/pcmk_sched_allocate.c         parse_op_key(order->lh_action_task, NULL, &op_type, &interval_ms);
parse_op_key     1436 lib/pacemaker/pcmk_sched_constraints.c         parse_op_key(key, NULL, &res, NULL);
parse_op_key       82 lib/pacemaker/pcmk_sched_graph.c     CRM_ASSERT(parse_op_key(old_uuid, &rid, &raw_task, &interval_ms));
parse_op_key      560 lib/pacemaker/pcmk_sched_transition.c         parse_op_key(key, &resource, &task, &interval_ms);
parse_op_key      553 lib/pengine/utils.c             parse_op_key(key, NULL, NULL, &interval_ms);
parse_op_key     1669 tools/crm_mon.c     if (parse_op_key(id, &rsc, &task, NULL) == FALSE) {
parse_op_key      629 tools/crm_mon_print.c         if (parse_op_key(id ? id : ID(xml_op), &rsc, NULL, NULL) == FALSE) {