Lines Matching defs:colp
262 struct ldap_tmplitem *rowp, *nextrowp, *colp, *nextcolp;
266 for ( colp = rowp; colp != NULL; colp = nextcolp ) {
267 nextcolp = colp->ti_next_in_row;
268 if ( colp->ti_attrname != NULL ) {
269 NSLDAPI_FREE( colp->ti_attrname );
271 if ( colp->ti_label != NULL ) {
272 NSLDAPI_FREE( colp->ti_label );
274 if ( colp->ti_args != NULL ) {
275 ldap_free_strarray( colp->ti_args );
277 NSLDAPI_FREE( colp );