Home
last modified time | relevance | path

Searched refs:body_data (Results 1 – 8 of 8) sorted by relevance

/third_party/libcoap/src/
Dblock.c435 pdu->body_data = data; in coap_add_data_large_internal()
439 pdu->body_data = NULL; in coap_add_data_large_internal()
463 pdu->body_data = data; in coap_add_data_large_internal()
467 pdu->body_data = NULL; in coap_add_data_large_internal()
869 coap_free_type(COAP_STRING, lg_crcv->body_data); in coap_block_delete_lg_crcv()
883 coap_free_type(COAP_STRING, lg_srcv->body_data); in coap_block_delete_lg_srcv()
1274 pdu->body_data = data; in coap_handle_request_put_block()
1305 p->body_data = NULL; in coap_handle_request_put_block()
1331 p->body_data = coap_block_build_body(p->body_data, length, data, in coap_handle_request_put_block()
1333 if (!p->body_data) in coap_handle_request_put_block()
[all …]
Dpdu.c52 pdu->body_data = NULL; in coap_pdu_clear()
670 if (pdu->body_data) { in coap_get_data_large()
671 *data = pdu->body_data; in coap_get_data_large()
/third_party/libcoap/examples/
Dcoap-server.c653 coap_binary_t *body_data; /* Partial data received */ member
824 proxy_list[i].body_data = NULL; in get_proxy_session()
872 coap_delete_binary(proxy_list[i].body_data); in remove_proxy_association()
1005 coap_binary_t *body_data = NULL; in hnd_proxy_uri() local
1077 body_data = tmp_proxy_list->body_data; in hnd_proxy_uri()
1084 body_data = coap_block_build_body(body_data, size, data, offset, total); in hnd_proxy_uri()
1085 tmp_proxy_list->body_data = body_data; in hnd_proxy_uri()
1086 if (!body_data) { in hnd_proxy_uri()
1094 data = body_data->s; in hnd_proxy_uri()
1095 size = body_data->length; in hnd_proxy_uri()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c105 guint8 *body_data; member
126 g_free (msg->body_data); in gst_rtsp_serialized_message_clear()
248 guint8 *body_data; member
259 g_free (builder->body_data); in build_reset()
1827 serialized_message->body_data = message->body; in serialize_message()
1868 serialized_message->body_data = message->body; in serialize_message()
1961 if (serialized_messages[i].body_data) in gst_rtsp_connection_send_messages_usec()
1975 if (serialized_messages[i].body_data) { in gst_rtsp_connection_send_messages_usec()
1977 g_base64_encode_step (serialized_messages[i].body_data, in gst_rtsp_connection_send_messages_usec()
2010 if (serialized_messages[i].body_data) { in gst_rtsp_connection_send_messages_usec()
[all …]
/third_party/libcoap/include/coap3/
Dcoap_block_internal.h112 coap_binary_t *body_data; /**< Used for re-assembling entire body */ member
139 coap_binary_t *body_data; /**< Used for re-assembling entire body */ member
Dblock.h158 coap_block_build_body(coap_binary_t *body_data, size_t length,
Dcoap_pdu_internal.h123 const uint8_t *body_data; /**< Holds ptr to re-assembled data or NULL */ member
/third_party/boost/libs/beast/doc/qbk/08_design/
D2_http_comparison.qbk390 void set_body(const std::vector<unsigned char> &body_data);