Home
last modified time | relevance | path

Searched defs:LloadConnection (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dlload.h105 typedef struct LloadConnection LloadConnection; typedef
303 struct LloadConnection { struct
310 * LloadConnection reference counting: argument
325 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 …]