Searched defs:Connection (Results 1 – 3 of 3) sorted by relevance
92 struct Connection { struct96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() function
373 typedef struct Connection Connection; typedef2883 struct Connection { struct2884 enum sc_conn_state c_conn_state; /* connection state */2885 int c_conn_idx; /* slot in connections array */2886 ber_socket_t c_sd;2887 const char *c_close_reason; /* why connection is closing */2889 ldap_pvt_thread_mutex_t c_mutex; /* protect the connection */2890 Sockbuf *c_sb; /* ber connection stuff */2893 time_t c_starttime; /* when the connection was opened */2894 time_t c_activitytime; /* when the connection was last used */[all …]
1221 UINT8 *Connection; member