Home | History | Annotate | Download | only in samba4

Lines Matching defs:ml

87 			Modifications *ml;
92 for ( ml = op->ora_modlist; ml != NULL; ml = ml->sml_next ) {
93 if ( ml->sml_mod.sm_desc == slap_schema.si_ad_entryUUID ) {
98 if ( ml == NULL ) {
99 ml = op->ora_modlist;
114 mod->sml_next = ml->sml_next;
115 ml->sml_next = mod;