Searched refs:COAP_BLOCK_SINGLE_BODY (Results 1 – 12 of 12) sorted by relevance
79 #define COAP_BLOCK_SINGLE_BODY 0x02 /* Deliver the data as a single body */83 If COAP_BLOCK_SINGLE_BODY is set, then the entire body of data is presented to87 COAP_BLOCK_SINGLE_BODY if there are RAM limitations.91 COAP_BLOCK_SINGLE_BODY is not set.93 *NOTE:* If COAP_BLOCK_SINGLE_BODY is not set, then the CoAP server on receiving100 series of packet interchanges. Furthermore, if COAP_BLOCK_SINGLE_BODY is set,158 _offset_ will always be zero if block_mode includes COAP_BLOCK_SINGLE_BODY.173 COAP_BLOCK_SINGLE_BODY is used, then the response handler will only get called298 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);383 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
171 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);237 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);330 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);381 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
199 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);246 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);300 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);376 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
186 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);298 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);439 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);523 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
84 COAP_BLOCK_SINGLE_BODY 2
260 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
244 * A part of the data has been received (COAP_BLOCK_SINGLE_BODY not set).
141 COAP_BLOCK_SINGLE_BODY 2
956 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);1103 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);1186 COAP_BLOCK_USE_LIBCOAP | COAP_BLOCK_SINGLE_BODY);
252 COAP_BLOCK_SINGLE_BODY); in coap_context_set_block_mode()1319 if (session->block_mode & (COAP_BLOCK_SINGLE_BODY)) { in coap_handle_request_put_block()1703 if (!(session->block_mode & COAP_BLOCK_SINGLE_BODY)) in coap_handle_response_get_block()1732 session->block_mode &= ~(COAP_BLOCK_SINGLE_BODY); in coap_handle_response_get_block()1738 session->block_mode &= ~(COAP_BLOCK_SINGLE_BODY); in coap_handle_response_get_block()1764 if (session->block_mode & (COAP_BLOCK_SINGLE_BODY)) { in coap_handle_response_get_block()1769 session->block_mode &= ~(COAP_BLOCK_SINGLE_BODY); in coap_handle_response_get_block()1803 if (session->block_mode & (COAP_BLOCK_SINGLE_BODY)) in coap_handle_response_get_block()1814 if (session->block_mode & (COAP_BLOCK_SINGLE_BODY)) { in coap_handle_response_get_block()1832 (COAP_BLOCK_SINGLE_BODY)) { in coap_handle_response_get_block()
42 #define COAP_BLOCK_SINGLE_BODY 0x02 /* Deliver the data as a single body */ macro
389 COAP_BLOCK_USE_LIBCOAP|COAP_BLOCK_SINGLE_BODY)` and using the `_large`