Lines Matching defs:Connection
376 typedef struct Connection Connection;
1476 /* connection related stuff */
2239 typedef int (BI_conn_func) LDAP_P(( BackendDB *bd, Connection *c ));
2592 Connection *oh_conn; /* connection spawning this op */
2890 * represents a connection from an ldap client
2892 /* connection state (protected by c_mutex ) */
2901 struct Connection {
2902 enum sc_conn_state c_conn_state; /* connection state */
2905 const char *c_close_reason; /* why connection is closing */
2907 ldap_pvt_thread_mutex_t c_mutex; /* protect the connection */
2908 Sockbuf *c_sb; /* ber connection stuff */
2911 time_t c_starttime; /* when the connection was opened */
2912 time_t c_activitytime; /* when the connection was last used */
2913 unsigned long c_connid; /* id of this connection for stats*/
2998 * Client connection handling