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