Searched refs:DEB_CONNECT (Results 1 – 4 of 4) sorted by relevance
/dports/net-im/climm/climm-0.7.1/src/ |
H A D | connection.c | 117 Debug (DEB_CONNECT, "<=S= %p create %d", serv, serv->type); in ServerC() 159 Debug (DEB_CONNECT, "<=== %p[%d] create %d", conn, j, type); in ConnectionC() 180 Debug (DEB_CONNECT, "<=*= %p (%s) clone from %p (%s)", in ServerChild() 351 Debug (DEB_CONNECT, "=S=> %p closed.", serv); in ServerD() 367 Debug (DEB_CONNECT, "===> %p[%d] (%s) closing...", conn, i, ConnectionStrType (conn)); in ConnectionD() 405 Debug (DEB_CONNECT, "===> %p[%d] closed.", conn, k); in ConnectionD()
|
H A D | util_ui.c | 34 if (level & DEB_CONNECT) return "Connect"; in DebugStr()
|
H A D | cmd_user.c | 1562 i |= DEB_PROTOCOL | DEB_CONNECT | DEB_EVENT in JUMP_F() 1575 else if (s_parsekey (&args, "CON")) i |= DEB_CONNECT; in JUMP_F()
|
/dports/net-im/climm/climm-0.7.1/include/ |
H A D | util_ui.h | 12 #define DEB_CONNECT 0x00000040L macro
|