Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dresource.h167 coap_resource_t *coap_get_resource_from_uri_path(coap_context_t *context,
368 coap_resource_t *coap_get_resource_from_uri_path(coap_context_t *context,
/third_party/libcoap/
Dlibcoap-3.sym86 coap_get_resource_from_uri_path
Dlibcoap-3.map88 coap_get_resource_from_uri_path;
/third_party/libcoap/src/
Dresource.c548 coap_resource_t *r = coap_get_resource_from_uri_path(context,
615 coap_get_resource_from_uri_path(coap_context_t *context, coap_str_const_t *uri_path) { function
Dnet.c2637 resource = coap_get_resource_from_uri_path(context, &uri_path_c); in handle_request()