Home
last modified time | relevance | path

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

/third_party/libcoap/man/
Dcoap_attribute.txt.in15 coap_find_attr
25 *coap_attr_t *coap_find_attr(coap_resource_t *_resource_,
71 The *coap_find_attr*() function returns the attribute with the _name_,
82 *coap_find_attr*() function returns a pointer to the first matching
/third_party/libcoap/include/coap3/
Dresource.h303 coap_attr_t *coap_find_attr(coap_resource_t *resource,
/third_party/libcoap/
Dlibcoap-3.sym73 coap_find_attr
Dlibcoap-3.map75 coap_find_attr;
/third_party/libcoap/src/
Dresource.c250 attr = coap_find_attr(r, &resource_param);
444 coap_find_attr(coap_resource_t *resource, function