Searched refs:body_total (Results 1 – 3 of 3) sorted by relevance
1242 pdu->body_total = length; in coap_handle_request_put_block()1277 pdu->body_total = length + offset + (block.m ? 1 : 0); in coap_handle_request_put_block()1369 pdu->body_total = p->total_len; in coap_handle_request_put_block()1388 pdu->body_total = total; in coap_handle_request_put_block()1390 pdu->body_total = offset + length + block.m; in coap_handle_request_put_block()1409 pdu->body_total = offset + length + block.m; in coap_handle_request_put_block()1647 rcvd->body_total = length; in coap_handle_response_get_block()1809 rcvd->body_total = size2; in coap_handle_response_get_block()1824 rcvd->body_total = rcvd->body_length; in coap_handle_response_get_block()1828 rcvd->body_total = size2; in coap_handle_response_get_block()[all …]
55 pdu->body_total = 0; in coap_pdu_clear()669 *total = pdu->body_total; in coap_get_data_large()
126 size_t body_total; /**< Holds body data total size */ member