Home
last modified time | relevance | path

Searched refs:DEB_CONNECT (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/climm/climm-0.7.1/src/
H A Dconnection.c117 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 Dutil_ui.c34 if (level & DEB_CONNECT) return "Connect"; in DebugStr()
H A Dcmd_user.c1562 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 Dutil_ui.h12 #define DEB_CONNECT 0x00000040L macro