Home | History | Annotate | Download | only in overlays

Lines Matching defs:le

802 	Entry *le, *re;
834 le = rs->sr_entry;
837 re = ldap_tavl_delete( &tc->list, le, entry_dn_cmp );
868 le = NULL;
869 rc = overlay_entry_get_ov(op, &rs->sr_entry->e_nname, NULL, NULL, 0, &le, on);
870 if ( rc == LDAP_SUCCESS && le ) {
874 le = NULL;
888 if ( re && le ) {
889 for(ax = le->e_attrs; ax; ax = ax->a_next) {
914 overlay_entry_release_ov(op, le, 0, on);
946 } else if ( le ) {