Home
last modified time | relevance | path

Searched refs:COAP_PRINT_OUTPUT_LENGTH (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/tests/
Dtest_wellknown.c120 COAP_PRINT_OUTPUT_LENGTH(result)) == 0); in t_wellknown2()
161 CU_ASSERT(COAP_PRINT_OUTPUT_LENGTH(result) > 0); in t_wellknown3()
/third_party/libcoap/include/coap3/
Dresource.h327 #define COAP_PRINT_OUTPUT_LENGTH(v) ((v) & ~COAP_PRINT_STATUS_MASK) macro
/third_party/libcoap/src/
Dresource.c280 p += COAP_PRINT_OUTPUT_LENGTH(result);