F_CRM_MSG_TYPE    607 crmd/messages.c     type = crm_element_value(msg, F_CRM_MSG_TYPE);
F_CRM_MSG_TYPE    585 crmd/te_callbacks.c     const char *type = crm_element_value(msg, F_CRM_MSG_TYPE);
F_CRM_MSG_TYPE    126 lib/common/ipc.c     crm_xml_add(request, F_CRM_MSG_TYPE, XML_ATTR_REQUEST);
F_CRM_MSG_TYPE    157 lib/common/ipc.c     const char *type = crm_element_value(original_request, F_CRM_MSG_TYPE);
F_CRM_MSG_TYPE    180 lib/common/ipc.c     crm_xml_add(reply, F_CRM_MSG_TYPE, XML_ATTR_RESPONSE);
F_CRM_MSG_TYPE     81 pengine/pengine.c     } else if (safe_str_eq(crm_element_value(msg, F_CRM_MSG_TYPE), XML_ATTR_RESPONSE)) {
F_CRM_MSG_TYPE    437 tools/crmadmin.c     type = crm_element_value(msg, F_CRM_MSG_TYPE);