Searched defs:LloadConnection (Results 1 – 1 of 1) sorted by relevance
105 typedef struct LloadConnection LloadConnection; typedef303 struct LloadConnection { struct310 * LloadConnection reference counting: argument325 ldap_pvt_thread_mutex_t c_mutex; /* protect the connection */326 uintptr_t c_refcnt, c_live;327 CONNECTION_DESTROY_CB c_unlink;328 CONNECTION_DESTROY_CB c_destroy;329 CONNECTION_PDU_CB c_pdu_cb;357 Sockbuf *c_sb; /* ber connection stuff */360 unsigned long c_connid; /* unique id of this connection */[all …]