Lines Matching refs:size

149       /* Need to reduce block size */
153 if (avail < 16) { /* bad luck, this is the smallest block size */
158 coap_log_debug("decrease block size for %zu to %d\n", avail, new_blk_size);
355 * set initial block size, will be lowered by
425 size_t size;
463 if (coap_get_data(&lg_crcv->pdu, &size, &data))
464 coap_add_data_large_request(session, pdu, size, data, NULL, NULL);
641 /* Block NUM max 20 bits and block size is "2**(SZX + 4)"
642 and using SZX max of 6 gives maximum size = 1,073,740,800
653 /* Determine the block size to use, adding in sensible options if needed */
675 /* Unfortunately need to free this off as potential size change */
707 /* Unfortunately need to free this off as potential size change */
760 /* bad luck, this is the smallest block size */
895 /* Add in with requested block num, more bit and block size */
929 /* chunk size change down */
2296 coap_log_debug("found Block option, block size is %u, block nr. %u, M %d\n",
2303 * the new block size
2309 coap_log_debug("new Block size is %u, block number %u completed\n",
2312 coap_log_debug("ignoring request to increase Block size, "
2313 "next block is not aligned on requested block size "
3051 coap_log_debug("found Block option, block size is %u, block nr. %u\n",
3058 * new block size
3064 coap_log_debug("new Block size is %u, block number %u completed\n",
3069 coap_log_debug("ignoring request to increase Block size, "
3070 "next block is not aligned on requested block size boundary. "
3303 * estimate the client has of the total size of the resource
3304 * representation, measured in bytes ("size indication").
3306 * estimate the server has of the total size of the resource
3307 * representation, measured in bytes ("size indication").
3537 coap_log_debug("found Block option, block size is %u, block nr. %u\n",