Home | History | Annotate | Download | only in slapd

Lines Matching defs:modtail

2377 	Modifications *mod = NULL, *modlist = NULL, **modtail;
2380 modtail = &modlist;
2451 *modtail = mod;
2452 modtail = &mod->sml_next;
2501 Modifications *mod = NULL, *modlist = NULL, **modtail = &modlist;
2542 *modtail = mod;
2543 modtail = &mod->sml_next;
2563 *modtail = mod;
2564 modtail = &mod->sml_next;
2582 Modifications *mod, *modnew = NULL, *modtail = NULL;
2604 if ( modtail )
2605 modtail->sml_next = mod;
2606 modtail = mod;
2619 if ( modtail )
2620 modtail->sml_next = mod;
2621 modtail = mod;
3406 Modifications **modtail = modlist;
3543 *modtail = mod;
3544 modtail = &mod->sml_next;
3563 for ( modtail = modlist; *modtail ; ) {
3564 mod = *modtail;
3566 *modtail = mod->sml_next;
3570 modtail = &mod->sml_next;
3575 for ( modtail = modlist; *modtail ; ) {
3576 mod = *modtail;
3580 *modtail = mod->sml_next;
3584 modtail = &mod->sml_next;
3624 Modifications **modtail = modlist;
3716 *modtail = mod;
3717 modtail = &mod->sml_next;
3730 *modtail = mod;
3731 modtail = &mod->sml_next;
3797 for ( modtail = modlist; *modtail ; ) {
3798 mod = *modtail;
3801 *modtail = mod->sml_next;
3805 modtail = &mod->sml_next;
3811 for ( modtail = modlist; *modtail ; ) {
3812 mod = *modtail;
3814 *modtail = mod->sml_next;
3818 modtail = &mod->sml_next;
3823 for ( modtail = modlist; *modtail ; ) {
3824 mod = *modtail;
3828 *modtail = mod->sml_next;
3832 modtail = &mod->sml_next;
4395 Modifications *mod, **modtail, **ml, *m2 = NULL;
4441 modtail = &op->orr_modlist;
4549 modtail = &m2;
4558 *modtail = mod;
4559 modtail = &mod->sml_next;
5388 Modifications *mod, **modtail;
5390 modtail = *mret;
5472 *modtail = mod;
5473 modtail = &mod->sml_next;
5507 *modtail = mod;
5508 modtail = &mod->sml_next;
5522 *modtail = mod;
5523 modtail = &mod->sml_next;
5528 *mret = modtail;
5539 Modifications **modtail = mods;
5550 attr_cmp( op, NULL, new, &modtail, &ml );
5576 attr_cmp( op, NULL, new, &modtail, &ml );
5589 *modtail = mod;
5590 modtail = &mod->sml_next;
5601 attr_cmp( op, NULL, new, &modtail, &ml );
5603 attr_cmp( op, old, new, &modtail, &ml );
5620 *modtail = mod;
5621 modtail = &mod->sml_next;
5628 attr_cmp( op, NULL, new, &modtail, &ml );
5633 *modtail = *ml;