Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h59 #ifndef COAP_DEBUG_BUF_SIZE
61 #define COAP_DEBUG_BUF_SIZE 128 macro
64 #define COAP_DEBUG_BUF_SIZE (8 + 1024 * 2) macro
/third_party/libcoap/src/
Dcoap_debug.c698 #if COAP_DEBUG_BUF_SIZE < 5
707 static unsigned char buf[min(COAP_DEBUG_BUF_SIZE, 1035)]; in coap_show_pdu()
708 static char outbuf[COAP_DEBUG_BUF_SIZE]; in coap_show_pdu()
711 unsigned char buf[min(COAP_DEBUG_BUF_SIZE, 1035)]; in coap_show_pdu()
712 char outbuf[COAP_DEBUG_BUF_SIZE]; in coap_show_pdu()
1192 static char message[COAP_DEBUG_BUF_SIZE]; in coap_log_impl()
1194 char message[COAP_DEBUG_BUF_SIZE]; in coap_log_impl()
Dcoap_pdu.c1315 static char outbuf[COAP_DEBUG_BUF_SIZE]; in coap_pdu_parse_opt()