Home
last modified time | relevance | path

Searched defs:uri_path (Results 1 – 8 of 8) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_resource_internal.h81 coap_str_const_t *uri_path; /**< the key used for hash lookup for this member
Dcoap_block_internal.h192 coap_str_const_t *uri_path; /** set to uri_path if unknown resource */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dresource.h95 coap_str_const_t *uri_path; /**< the key used for hash lookup for this resource */ member
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/src/
Dcoap_resource.c269 coap_resource_init(coap_str_const_t *uri_path, int flags) {
606 coap_get_resource_from_uri_path(coap_context_t *context, coap_str_const_t *uri_path) {
Dcoap_uri.c773 coap_string_t *uri_path = NULL; in coap_get_uri_path() local
Dcoap_subscribe.c67 coap_string_t *uri_path = NULL; in coap_persist_observe_add() local
Dcoap_net.c2800 coap_string_t *uri_path = NULL; local
Dcoap_block.c2581 coap_string_t *uri_path, in coap_handle_request_put_block()