Searched defs:ldifrecord (Results 1 – 1 of 1) sorted by relevance
2774 typedef struct ldifrecord { struct2775 ber_tag_t lr_op; /* type of operation - LDAP_REQ_MODIFY, LDAP_REQ_ADD, etc. */2776 struct berval lr_dn; /* DN of operation */2777 LDAPControl **lr_ctrls; /* controls specified for operation */2781 union ldif_ops_u {2805 } ldif_ops;2815 void *lr_ctx; /* the memory context or NULL */2816 int lr_lines;2817 LDAPMod *lr_lm;2818 unsigned char *lr_mops;[all …]