Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dresource.h52 #define COAP_RESOURCE_FLAGS_RELEASE_URI 0x1 macro
/third_party/libcoap/man/
Dcoap_resource.txt.in114 *COAP_RESOURCE_FLAGS_RELEASE_URI*::
441 COAP_RESOURCE_FLAGS_RELEASE_URI | COAP_RESOURCE_FLAGS_NOTIFY_NON);
/third_party/libcoap/examples/
Detsi_iot_01.c196 r = coap_resource_init(uri, COAP_RESOURCE_FLAGS_RELEASE_URI); in hnd_post_test()
Dcoap-server.c1563 COAP_RESOURCE_FLAGS_RELEASE_URI | resource_flags); in hnd_unknown_put()
/third_party/libcoap/src/
Dresource.c310 if (!(flags & COAP_RESOURCE_FLAGS_RELEASE_URI)) {