Home
last modified time | relevance | path

Searched refs:COAP_PRINT_STATUS_TRUNC (Results 1 - 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_resource.h455 * COAP_PRINT_STATUS_TRUNC indicates that the output is truncated, i.e. the
463 #define COAP_PRINT_STATUS_TRUNC 0x40000000u macro
483 * COAP_PRINT_STATUS_TRUNC indicates that the output has been
/third_party/libcoap/tests/
H A Dtest_wellknown.c106 CU_ASSERT(result == (COAP_PRINT_STATUS_TRUNC | sizeof(buf))); in t_wellknown2()
/third_party/libcoap/src/
H A Dcoap_resource.c125 * @p buf. COAP_PRINT_STATUS_TRUNC is set when the output has been
260 result |= COAP_PRINT_STATUS_TRUNC;
667 result |= COAP_PRINT_STATUS_TRUNC;

Completed in 4 milliseconds