Lines Matching defs:LloadOperation
106 typedef struct LloadOperation LloadOperation; typedef
439 struct LloadOperation { struct
440 uintptr_t o_refcnt;
442 LloadConnection *o_client;
443 unsigned long o_client_connid;
444 ber_int_t o_client_msgid;
445 ber_int_t o_saved_msgid;
447 LloadConnection *o_upstream;
448 unsigned long o_upstream_connid;
449 ber_int_t o_upstream_msgid;
450 time_t o_last_response;
453 ldap_pvt_thread_mutex_t o_link_mutex;
455 ber_tag_t o_tag;
456 time_t o_start;
457 unsigned long o_pin_id;
459 enum op_result o_res;
460 BerElement *o_ber;
461 BerValue o_request, o_ctrls;