Searched refs:mhd_debug (Results 1 – 3 of 3) sorted by relevance
124 extern int mhd_debug;125 #define MHDPRINTF(n) if (mhd_debug > 0) mhd_eprintf n126 #define MHDPRINTF1(n) if (mhd_debug > 1) mhd_eprintf n127 #define MHDPRINTF2(n) if (mhd_debug > 2) mhd_eprintf n
37 int mhd_debug = MHD_DEBUG; variable
323 if (mhd_debug > 0) { in mhd_create_set()