Home
last modified time | relevance | path

Searched refs:COAP_BLOCK_SINGLE_BODY (Results 1 - 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_block_internal.h58 #define COAP_SINGLE_BLOCK_OR_Q (COAP_BLOCK_SINGLE_BODY|COAP_BLOCK_HAS_Q_BLOCK)
60 #define COAP_SINGLE_BLOCK_OR_Q (COAP_BLOCK_SINGLE_BODY)
H A Dcoap_block.h62 #define COAP_BLOCK_SINGLE_BODY 0x02 /* Deliver the data as a single body */ macro
/third_party/libcoap/src/
H A Dcoap_block.c382 COAP_BLOCK_SINGLE_BODY | in coap_context_set_block_mode()
2727 (COAP_BLOCK_SINGLE_BODY|COAP_BLOCK_HAS_Q_BLOCK) || in coap_handle_request_put_block()
2729 (COAP_BLOCK_SINGLE_BODY) || in coap_handle_request_put_block()
3478 if (!(session->block_mode & COAP_BLOCK_SINGLE_BODY)) in coap_handle_response_get_block()
H A Dcoap_net.c3089 session->block_mode |= COAP_BLOCK_SINGLE_BODY; in handle_request()
/third_party/libcoap/examples/
H A Dcoap-server.c523 * A part of the data has been received (COAP_BLOCK_SINGLE_BODY not set). in hnd_put_example_data()
1065 /* COAP_BLOCK_SINGLE_BODY is set, so single body should be given */ in hnd_proxy_uri()
1372 * A part of the data has been received (COAP_BLOCK_SINGLE_BODY not set). in hnd_put_post()
1637 /* COAP_BLOCK_SINGLE_BODY is set, so single body should be given */ in proxy_response_handler()
2834 block_mode |= COAP_BLOCK_SINGLE_BODY; in main()

Completed in 15 milliseconds