Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_subscribe.h160 typedef int (*coap_resource_deleted_t)(coap_context_t *context, typedef
186 coap_resource_deleted_t resource_deleted,
Dcoap_net_internal.h120 coap_resource_deleted_t resource_deleted; /**< Invoked when resource
/third_party/libcoap/man/
Dcoap_persist.txt.in35 coap_resource_deleted_t _resource_deleted_,
163 typedef int (*coap_resource_deleted_t)(coap_context_t *context,
/third_party/libcoap/src/
Dcoap_subscribe.c36 coap_resource_deleted_t resource_deleted, in coap_persist_track_funcs()