Lines Matching defs:ldifrecord
2774 typedef struct ldifrecord { struct
2775 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;
2819 char *lr_freeval;
2820 struct berval *lr_vals;
2821 struct berval *lr_btype;