Searched refs:nextadp (Results 1 – 1 of 1) sorted by relevance
244 struct ldap_adddeflist *adp, *nextadp; in free_disptmpl() local246 for ( adp = tmpl->dt_adddeflist; adp != NULL; adp = nextadp ) { in free_disptmpl()247 nextadp = adp->ad_next; in free_disptmpl()