Home
last modified time | relevance | path

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

/dports/net/openldap25-client/openldap-2.5.9/servers/lloadd/
H A Dlload.h437 struct LloadOperation { struct
438 uintptr_t o_refcnt;
442 ber_int_t o_client_msgid;
443 ber_int_t o_saved_msgid;
448 time_t o_last_response;
453 ber_tag_t o_tag;
454 time_t o_start;
455 unsigned long o_pin_id;
457 enum op_result o_res;
458 BerElement *o_ber;
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/lloadd/
H A Dlload.h437 struct LloadOperation { struct
438 uintptr_t o_refcnt;
442 ber_int_t o_client_msgid;
443 ber_int_t o_saved_msgid;
448 time_t o_last_response;
453 ber_tag_t o_tag;
454 time_t o_start;
455 unsigned long o_pin_id;
457 enum op_result o_res;
458 BerElement *o_ber;
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/lloadd/
H A Dlload.h532 struct LloadOperation { struct
533 uintptr_t o_refcnt;
535 LloadConnection *o_client;
537 ber_int_t o_client_msgid;
538 ber_int_t o_saved_msgid;
549 ber_tag_t o_tag;
550 struct timeval o_start;
551 unsigned long o_pin_id;
553 enum op_result o_res;
554 BerElement *o_ber;
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/lloadd/
H A Dlload.h532 struct LloadOperation { struct
533 uintptr_t o_refcnt;
535 LloadConnection *o_client;
537 ber_int_t o_client_msgid;
538 ber_int_t o_saved_msgid;
549 ber_tag_t o_tag;
550 struct timeval o_start;
551 unsigned long o_pin_id;
553 enum op_result o_res;
554 BerElement *o_ber;
[all …]