Lines Matching defs:colp
281 struct ldap_tmplitem *rowp, *nextrowp, *colp, *nextcolp;
285 for ( colp = rowp; colp != NULL; colp = nextcolp ) {
286 nextcolp = colp->ti_next_in_row;
287 if ( colp->ti_attrname != NULL ) {
288 free( colp->ti_attrname );
290 if ( colp->ti_label != NULL ) {
291 free( colp->ti_label );
293 if ( colp->ti_args != NULL ) {
294 free_strarray( colp->ti_args );
296 free( colp );