Searched refs:COAP_SET_STR (Results 1 – 2 of 2) sorted by relevance
/third_party/libcoap/src/ |
D | coap_uri.c | 179 COAP_SET_STR(&uri->host, q - p, p); in coap_split_uri_sub() 200 COAP_SET_STR(&uri->host, q - p, p); in coap_split_uri_sub() 248 COAP_SET_STR(&uri->path, q - p, p); in coap_split_uri_sub() 257 COAP_SET_STR(&uri->query, len, p); in coap_split_uri_sub()
|
/third_party/libcoap/include/coap3/ |
D | coap_str.h | 51 #define COAP_SET_STR(st,l,v) { (st)->length = (l), (st)->s = (v); } macro
|