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