Home
last modified time | relevance | path

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

/net-tools-3.6.0/libcoap/src/
Dresource.c177 str resource_param = { 0, NULL }, query_pattern = { 0, NULL }; local
192 resource_param.s = COAP_OPT_VALUE(query_filter);
193 while (resource_param.length < COAP_OPT_LENGTH(query_filter)
194 && resource_param.s[resource_param.length] != '=')
195 resource_param.length++;
197 if (resource_param.length < COAP_OPT_LENGTH(query_filter)) {
199 if (resource_param.length == 4 &&
200 memcmp(resource_param.s, "href", 4) == 0)
204 if (resource_param.length == rt_attributes->length &&
205 memcmp(resource_param.s, rt_attributes->s, rt_attributes->length) == 0) {
[all …]