Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_block.h223 unsigned char block_szx);
/third_party/libcoap/
DCONTRIBUTE176 unsigned char block_szx) {
/third_party/libcoap/src/
Dcoap_block.c235 unsigned int block_num, unsigned char block_szx) { in coap_add_block() argument
237 start = block_num << (block_szx + 4); in coap_add_block()
243 min(len - start, ((size_t)1 << (block_szx + 4))), in coap_add_block()