Home
last modified time | relevance | path

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

/third_party/libcoap/src/
H A Dcoap_resource.c214 coap_str_const_t unquoted_val; local
218 unquoted_val = *attr->value;
220 unquoted_val.length -= 2;
221 unquoted_val.s += 1;
223 if (!(match(&unquoted_val, &query_pattern,

Completed in 2 milliseconds