Searched refs:lr_ctx (Results 1 – 2 of 2) sorted by relevance
78 ber_memfree_x( lr->lr_lm, lr->lr_ctx ); in ldap_ldif_record_done()81 ber_memfree_x( lr->lr_mops, lr->lr_ctx ); in ldap_ldif_record_done()84 if ( lr->lr_freeval[i] ) ber_memfree_x( lr->lr_vals[i].bv_val, lr->lr_ctx ); in ldap_ldif_record_done()85 ber_memfree_x( lr->lr_btype, lr->lr_ctx ); in ldap_ldif_record_done()127 lr->lr_ctx = ctx; /* save memory context for later */ in ldap_parse_ldif_record_x()
2815 void *lr_ctx; /* the memory context or NULL */ member