Lines Matching defs:mods
86 Modifications *mods = NULL;
87 Modifications **modtail = &mods;
253 if(mods)
261 Debug(LDAP_DEBUG_TRACE, "%s: mods to do...\n",
265 nop.orm_modlist = mods;
270 for(m = mods, modcount = 0; m; m = m->sml_next,
273 /* count number of mods */
276 Debug(LDAP_DEBUG_TRACE, "%s: number of mods: %d\n",
302 Debug(LDAP_DEBUG_TRACE, "%s: freeing mods...\n",
305 for(toDel = mods; toDel; toDel = mods)
307 mods = mods->sml_next;
313 Debug(LDAP_DEBUG_TRACE, "%s: no mods to process\n",