Searched refs:nextcolp (Results 1 – 1 of 1) sorted by relevance
262 struct ldap_tmplitem *rowp, *nextrowp, *colp, *nextcolp; in free_disptmpl() local266 for ( colp = rowp; colp != NULL; colp = nextcolp ) { in free_disptmpl()267 nextcolp = colp->ti_next_in_row; in free_disptmpl()