Home
last modified time | relevance | path

Searched refs:nextrowp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c259 struct ldap_tmplitem *rowp, *nextrowp, *colp, *nextcolp; in free_disptmpl() local
261 for ( rowp = tmpl->dt_items; rowp != NULL; rowp = nextrowp ) { in free_disptmpl()
262 nextrowp = rowp->ti_next_in_col; in free_disptmpl()