Home
last modified time | relevance | path

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

/third_party/libcoap/src/
H A Dcoap_resource.c146 coap_str_const_t resource_param = { 0, NULL }, query_pattern = { 0, NULL }; local
162 resource_param.s = query_filter->s;
163 while (resource_param.length < query_filter->length &&
164 resource_param.s[resource_param.length] != '=')
165 resource_param.length++;
167 if (resource_param.length < query_filter->length) {
169 if (resource_param.length == 4 &&
170 memcmp(resource_param.s, "href", 4) == 0)
174 if (resource_param
[all...]

Completed in 1 milliseconds