Searched refs:COAP_DEBUG_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
59 #ifndef COAP_DEBUG_BUF_SIZE61 #define COAP_DEBUG_BUF_SIZE 128 macro64 #define COAP_DEBUG_BUF_SIZE (8 + 1024 * 2) macro
698 #if COAP_DEBUG_BUF_SIZE < 5707 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()
1315 static char outbuf[COAP_DEBUG_BUF_SIZE]; in coap_pdu_parse_opt()