Home
last modified time | relevance | path

Searched refs:handler_instance (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/esp_event/
Desp_event.c167 esp_event_handler_node_t *handler_instance = calloc(1, sizeof(*handler_instance)); in handler_instances_add() local
169 if (!handler_instance) return ESP_ERR_NO_MEM; in handler_instances_add()
174 free(handler_instance); in handler_instances_add()
180 handler_instance->handler_ctx = context; in handler_instances_add()
183 SLIST_INSERT_HEAD(handlers, handler_instance, next); in handler_instances_add()
193 free(handler_instance); in handler_instances_add()
201 SLIST_INSERT_AFTER(last, handler_instance, next); in handler_instances_add()