Searched refs:sfcp_msg_handlers (Results 1 – 1 of 1) sorted by relevance
42 sfcp_msg_handlers[SFCP_MAX_NUMBER_MESSAGE_HANDLERS]; variable855 if (sfcp_msg_handlers[i].in_use && in sfcp_get_msg_handler()856 (sfcp_msg_handlers[i].application_id == application_id)) { in sfcp_get_msg_handler()857 *handler = sfcp_msg_handlers[i].handler; in sfcp_get_msg_handler()873 if (!sfcp_msg_handlers[i].in_use) { in sfcp_register_msg_handler()874 sfcp_msg_handlers[i].handler = handler; in sfcp_register_msg_handler()875 sfcp_msg_handlers[i].application_id = application_id; in sfcp_register_msg_handler()876 sfcp_msg_handlers[i].in_use = true; in sfcp_register_msg_handler()