Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dnet.c2191 size_t len, wkc_len; in coap_wellknown_response() local
2216 wkc_len = get_wkc_len(context, query_filter); in coap_wellknown_response()
2219 if (wkc_len == 0) { in coap_wellknown_response()
2252 if (!need_block2 && resp->max_size && resp->max_size - resp->used_size < wkc_len + 1) { in coap_wellknown_response()
2277 coap_encode_var_safe8(buf, sizeof(buf), wkc_len), in coap_wellknown_response()
2292 if (coap_write_block_opt(&block, COAP_OPTION_BLOCK2, resp, wkc_len) < 0) { in coap_wellknown_response()
2301 coap_encode_var_safe8(buf, sizeof(buf), wkc_len), in coap_wellknown_response()
2305 min(SZX_TO_BYTES(block.szx), wkc_len - (block.num << (block.szx + 4))) : in coap_wellknown_response()
2306 resp->max_size && resp->used_size + wkc_len + 1 > resp->max_size ? in coap_wellknown_response()
2307 resp->max_size - resp->used_size - 1 : wkc_len; in coap_wellknown_response()