Searched refs:HTTPD_DEBUG (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/apps/http/ |
D | httpd.c | 555 LWIP_DEBUGF(HTTPD_DEBUG | LWIP_DBG_TRACE, ("Trying to send %d bytes\n", len)); in http_write() 565 LWIP_DEBUGF(HTTPD_DEBUG | LWIP_DBG_TRACE, in http_write() 571 LWIP_DEBUGF(HTTPD_DEBUG | LWIP_DBG_TRACE, ("Sent %d bytes\n", len)); in http_write() 574 …LWIP_DEBUGF(HTTPD_DEBUG | LWIP_DBG_TRACE, ("Send failed with err %d (\"%s\")\n", err, lwip_strerr(… in http_write() 599 LWIP_DEBUGF(HTTPD_DEBUG, ("Closing connection %p\n", (void *)pcb)); in http_close_or_abort_conn() 631 LWIP_DEBUGF(HTTPD_DEBUG, ("Error %d closing %p\n", err, (void *)pcb)); in http_close_or_abort_conn() 1079 LWIP_DEBUGF(HTTPD_DEBUG, ("tcp_output\n")); 1112 LWIP_DEBUGF(HTTPD_DEBUG, ("End of file.\n")); 1145 LWIP_DEBUGF(HTTPD_DEBUG, ("No buff\n")); 1151 LWIP_DEBUGF(HTTPD_DEBUG, ("Trying to read %d bytes.\n", count)); [all …]
|
/third_party/lwip/src/include/lwip/apps/ |
D | httpd_opts.h | 174 #if !defined HTTPD_DEBUG || defined __DOXYGEN__ 175 #define HTTPD_DEBUG LWIP_DBG_OFF macro
|