Home | History | Annotate | Download | only in slapd

Lines Matching refs:sml_next

2433 			mod->sml_next = NULL;
2452 modtail = &mod->sml_next;
2526 mod->sml_next = NULL;
2543 modtail = &mod->sml_next;
2553 mod->sml_next = NULL;
2564 modtail = &mod->sml_next;
2584 for ( ; modlist; modlist = modlist->sml_next ) {
2605 modtail->sml_next = mod;
2620 modtail->sml_next = mod;
2647 mod->sml_next = NULL;
2702 for ( m2 = newmods; m2; m2=m2->sml_next ) {
2705 prev = &m1->sml_next;
2717 *prev = m1->sml_next;
2789 prev = &m1->sml_next;
2847 for ( mod = op->orm_modlist; mod; mod=mod->sml_next ) {
3006 for ( ml = newlist; ml; ml=ml->sml_next ) {
3328 for ( m = op->orr_modlist; m->sml_next; m = m->sml_next )
3330 m->sml_next = modlist;
3518 mod->sml_next = NULL;
3544 modtail = &mod->sml_next;
3566 *modtail = mod->sml_next;
3570 modtail = &mod->sml_next;
3580 *modtail = mod->sml_next;
3584 modtail = &mod->sml_next;
3673 mod->sml_next = NULL;
3717 modtail = &mod->sml_next;
3722 mod->sml_next = NULL;
3731 modtail = &mod->sml_next;
3748 for (; rangeMod; rangeMod = rangeMod->sml_next) {
3801 *modtail = mod->sml_next;
3805 modtail = &mod->sml_next;
3814 *modtail = mod->sml_next;
3818 modtail = &mod->sml_next;
3828 *modtail = mod->sml_next;
3832 modtail = &mod->sml_next;
3888 mod.sml_next = NULL;
3913 if ( mod.sml_next ) slap_mods_free( mod.sml_next, 1 );
4443 for ( ml = &dni.mods; *ml; ml = &(*ml)->sml_next ) {
4460 *ml = mod->sml_next;
4461 mod->sml_next = NULL;
4467 for ( m2 = op->orr_modlist; m2; m2=m2->sml_next ) {
4487 *ml = mod->sml_next;
4488 mod->sml_next = NULL;
4496 for ( ml = &dni.mods; *ml; ml = &(*ml)->sml_next ) {
4503 *ml = mod->sml_next;
4504 mod->sml_next = NULL;
4508 for ( m2 = op->orr_modlist; m2; m2=m2->sml_next ) {
4552 for ( ml = &dni.mods; *ml; ml = &(*ml)->sml_next )
4556 *ml = mod->sml_next;
4557 mod->sml_next = NULL;
4559 modtail = &mod->sml_next;
4577 for ( ; mod->sml_next; mod=mod->sml_next );
4578 mod->sml_next = m2;
4892 mod1.sml_next = &mod2;
4901 mod2.sml_next = &mod3;
4910 mod3.sml_next = NULL;
4916 if ( mod3.sml_next ) slap_mods_free( mod3.sml_next, 1 );
5161 mod.sml_next = NULL;
5219 mod.sml_next = NULL;
5374 if ( mod.sml_next ) slap_mods_free( mod.sml_next, 1 );
5473 modtail = &mod->sml_next;
5508 modtail = &mod->sml_next;
5521 **mcur = mod->sml_next;
5523 modtail = &mod->sml_next;
5525 *mcur = &mod->sml_next;
5590 modtail = &mod->sml_next;
5621 modtail = &mod->sml_next;