Lines Matching defs:colp
118 struct ldap_tmplitem *rowp, *colp;
203 for ( colp = ldap_first_tmplcol( tmpl, rowp ); colp != NULLTMPLITEM;
204 colp = ldap_next_tmplcol( tmpl, rowp, colp )) {
207 syn_name[ colp->ti_syntaxid & 0x0000FFFF ],
208 syn_type[ LDAP_GET_SYN_TYPE( colp->ti_syntaxid ) >> 24 ],
209 (( LDAP_GET_SYN_OPTIONS( colp->ti_syntaxid ) &
213 if ( LDAP_IS_TMPLITEM_OPTION_SET( colp, item_opt_vals[ i ] )) {
218 printf( "), %s, %s", NULLSTRINGIFNULL( colp->ti_attrname ),
219 NULLSTRINGIFNULL( colp->ti_label ));
220 if ( colp->ti_args != NULL ) {
222 for ( i = 0; colp->ti_args[ i ] != NULL; ++i ) {
223 printf( "<%s>", NULLSTRINGIFNULL( colp->ti_args[ i ] ));