Home
last modified time | relevance | path

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

/dports/net/openldap25-client/openldap-2.5.9/servers/lloadd/
H A Dlload.h301 struct LloadConnection { struct
308 * LloadConnection reference counting: argument
324 uintptr_t c_refcnt, c_live;
325 CONNECTION_DESTROY_CB c_unlink;
327 CONNECTION_PDU_CB c_pdu_cb;
366 struct event *c_read_event, *c_write_event;
373 unsigned long c_pin_id;
376 sasl_conn_t *c_sasl_authctx;
377 void *c_sasl_defaults;
385 struct berval c_vc_cookie;
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/lloadd/
H A Dlload.h301 struct LloadConnection { struct
308 * LloadConnection reference counting: argument
324 uintptr_t c_refcnt, c_live;
325 CONNECTION_DESTROY_CB c_unlink;
327 CONNECTION_PDU_CB c_pdu_cb;
366 struct event *c_read_event, *c_write_event;
373 unsigned long c_pin_id;
376 sasl_conn_t *c_sasl_authctx;
377 void *c_sasl_defaults;
385 struct berval c_vc_cookie;
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/lloadd/
H A Dlload.h386 struct LloadConnection { struct
393 * LloadConnection reference counting: argument
409 uintptr_t c_refcnt, c_live;
412 CONNECTION_PDU_CB c_pdu_cb;
451 struct event *c_read_event, *c_write_event;
458 unsigned long c_pin_id;
461 sasl_conn_t *c_sasl_authctx;
462 void *c_sasl_defaults;
470 struct berval c_vc_cookie;
494 LloadConnection *c_linked_upstream; argument
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/lloadd/
H A Dlload.h386 struct LloadConnection { struct
393 * LloadConnection reference counting: argument
409 uintptr_t c_refcnt, c_live;
412 CONNECTION_PDU_CB c_pdu_cb;
451 struct event *c_read_event, *c_write_event;
458 unsigned long c_pin_id;
461 sasl_conn_t *c_sasl_authctx;
462 void *c_sasl_defaults;
470 struct berval c_vc_cookie;
494 LloadConnection *c_linked_upstream; argument
[all …]