Home
last modified time | relevance | path

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

/third_party/libcoap/man/
Dcoap_string.txt.in20 coap_resize_binary,
48 *coap_binary_t *coap_resize_binary(coap_binary_t *_binary_, size_t _new_size_);*
148 *Function: coap_resize_binary()*
150 The *coap_resize_binary*() function is used resize the size of _s_ to the new
189 *coap_resize_binary*() returns a pointer to an re-allocated
/third_party/libcoap/include/coap3/
Dcoap_str.h139 coap_binary_t *coap_resize_binary(coap_binary_t *binary, size_t new_size);
/third_party/libcoap/src/
Dcoap_str.c82 coap_resize_binary(coap_binary_t *s, size_t size) { in coap_resize_binary() function
Dcoap_block.c3309 coap_binary_t *new = coap_resize_binary(body_data, offset + length); in coap_block_build_body()
/third_party/libcoap/
Dlibcoap-3.map199 coap_resize_binary;
Dlibcoap-3.sym196 coap_resize_binary
/third_party/libcoap/examples/
Dcoap-server.c1420 coap_binary_t *new = coap_resize_binary(data_so_far, offset + size); in hnd_put_post()