Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dresource.c203 const coap_str_const_t *rt_attributes; local
208 for (rt_attributes = _rt_attributes; rt_attributes->s; rt_attributes++) {
209 if (resource_param.length == rt_attributes->length &&
210 memcmp(resource_param.s, rt_attributes->s, rt_attributes->length) == 0) {