Home
last modified time | relevance | path

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

/third_party/libcoap/man/
Dcoap_attribute.txt.in62 *coap_delete_resource*().
66 Free off _name_ when attribute is deleted with *coap_delete_resource*().
69 Free off _value_ when attribute is deleted with *coap_delete_resource*().
Dcoap_resource.txt.in18 coap_delete_resource,
42 *int coap_delete_resource(coap_context_t *_context_,
137 allocated for the _resource_ will be released by *coap_delete_resource*().
144 The *coap_delete_resource*() function deletes a _resource_ identified by
178 The *coap_delete_resource*() function return 0 on failure (_resource_ not
327 coap_delete_resource(coap_session_get_context(session), resource);
/third_party/libcoap/include/coap3/
Dresource.h245 int coap_delete_resource(coap_context_t *context, coap_resource_t *resource);
/third_party/libcoap/
Dlibcoap-3.sym62 coap_delete_resource
Dlibcoap-3.map64 coap_delete_resource;
/third_party/libcoap/src/
Dresource.c556 coap_delete_resource(context, r);
565 coap_delete_resource(coap_context_t *context, coap_resource_t *resource) { function
/third_party/libcoap/examples/
Detsi_iot_01.c154 coap_delete_resource(coap_session_get_context(session), resource); in hnd_delete_resource()
Dcoap-rd.c231 coap_delete_resource(coap_session_get_context(session), resource); in hnd_delete_resource()
Dcoap-server.c1273 coap_delete_resource(coap_session_get_context(session), resource); in hnd_delete()