Searched defs:http_debug (Results 1 – 2 of 2) sorted by relevance
15 #define http_debug(...) log_debug("HTTP", __VA_ARGS__) macro42 #define http_debug(...) \ macro
15 #define http_debug(fmt, arg...) do { HAL_Printf("[%s %d] "fmt" \r\n", __func__, __LINE__, ##arg);… macro19 #define http_debug(fmt, arg...) macro
Completed in 2 milliseconds