ccm_api_handle_event 1481 cib/callbacks.c int (*ccm_api_handle_event) (const oc_ev_t * token) = NULL;
ccm_api_handle_event 1520 cib/callbacks.c     if (ccm_api_handle_event == NULL) {
ccm_api_handle_event 1521 cib/callbacks.c         ccm_api_handle_event =
ccm_api_handle_event 1525 cib/callbacks.c     rc = (*ccm_api_handle_event) (ccm_token);
ccm_api_handle_event   49 crmd/heartbeat.c int (*ccm_api_handle_event) (const oc_ev_t * token) = NULL;
ccm_api_handle_event  280 crmd/heartbeat.c     if (ccm_api_handle_event == NULL) {
ccm_api_handle_event  281 crmd/heartbeat.c         ccm_api_handle_event =
ccm_api_handle_event  284 crmd/heartbeat.c     rc = (*ccm_api_handle_event) (ccm_token);
ccm_api_handle_event  537 tools/crm_node.c         int (*ccm_api_handle_event) (const oc_ev_t * token) =
ccm_api_handle_event  549 tools/crm_node.c             if (rc > 0 && (*ccm_api_handle_event) (ccm_token) != 0) {