Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_block.h251 coap_binary_t *coap_block_build_body(coap_binary_t *body_data, size_t length,
/third_party/libcoap/man/
Dcoap_block.txt.in18 coap_block_build_body,
42 *coap_binary_t *coap_block_build_body(coap_binary_t *_body_data_,
166 the _data_ as appropriate (e.g., using *coap_block_build_body*()) if
277 *Function: coap_block_build_body()*
279 The *coap_block_build_body*() function is used to re-assemble the received
304 *coap_block_build_body*() returns the current state of the body's data
Dcoap_cache.txt.in330 data_so_far = coap_block_build_body(data_so_far, size, data,
/third_party/libcoap/
Dlibcoap-3.map27 coap_block_build_body;
Dlibcoap-3.sym25 coap_block_build_body
/third_party/libcoap/src/
Dcoap_block.c2762 p->body_data = coap_block_build_body(p->body_data, length, data, in coap_handle_request_put_block()
3285 coap_block_build_body(coap_binary_t *body_data, size_t length, in coap_block_build_body() function
3566 p->body_data = coap_block_build_body(p->body_data, length, data, in coap_handle_response_get_block()
/third_party/libcoap/examples/
Dcoap-server.c570 data_so_far = coap_block_build_body(data_so_far, size, data, in hnd_put_example_data()