Home
last modified time | relevance | path

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

/third_party/libcoap/src/
H A Dcoap_resource.c168 const coap_str_const_t *rt_attributes; local
173 for (rt_attributes = _rt_attributes; rt_attributes->s; rt_attributes++) {
174 if (resource_param.length == rt_attributes->length &&
175 memcmp(resource_param.s, rt_attributes->s, rt_attributes->length) == 0) {

Completed in 2 milliseconds