Lines Matching defs:msg
97 #define DBG_INF_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log(… argument
98 #define DBG_ERR_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log(… argument
166 static inline void DBG_INF_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_INF_EX()
167 static inline void DBG_ERR_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_ERR_EX()
180 #define DBG_INF(msg) DBG_INF_EX(MYSQLND_G(dbg), (msg)) argument
181 #define DBG_ERR(msg) DBG_ERR_EX(MYSQLND_G(dbg), (msg)) argument
192 #define TRACE_ALLOC_INF(msg) DBG_INF_EX(MYSQLND_G(trace_alloc), (msg)) argument
193 #define TRACE_ALLOC_ERR(msg) DBG_ERR_EX(MYSQLND_G(trace_alloc), (msg)) argument
205 static inline void DBG_INF(const char * const msg) {} in DBG_INF()
206 static inline void DBG_ERR(const char * const msg) {} in DBG_ERR()
216 static inline void TRACE_ALLOC_INF(const char * const msg) {} in TRACE_ALLOC_INF()
217 static inline void TRACE_ALLOC_ERR(const char * const msg) {} in TRACE_ALLOC_ERR()