Home
last modified time | relevance | path

Searched defs:body_data (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h152 const uint8_t *body_data; /**< Holds ptr to re-assembled data or NULL */ member
Dcoap_block_internal.h161 coap_binary_t *body_data; /**< Used for re-assembling entire body */ member
189 coap_binary_t *body_data; /**< Used for re-assembling entire body */ member
/third_party/libcoap/examples/
Dcoap-server.c995 coap_binary_t *body_data = NULL; in hnd_proxy_uri() local
1617 coap_binary_t *body_data = NULL; in proxy_response_handler() local
/third_party/libcoap/src/
Dcoap_block.c3285 coap_block_build_body(coap_binary_t *body_data, size_t length, in coap_block_build_body()