Lines Matching defs:dtp
308 struct ldap_disptmpl *dtp;
310 for ( dtp = ldap_first_disptmpl( tmpllist ); dtp != NULLDISPTMPL;
311 dtp = ldap_next_disptmpl( tmpllist, dtp )) {
312 if ( strcasecmp( name, dtp->dt_name ) == 0 ) {
313 return( dtp );
325 struct ldap_disptmpl *dtp;
333 for ( dtp = ldap_first_disptmpl( tmpllist ); dtp != NULLDISPTMPL;
334 dtp = ldap_next_disptmpl( tmpllist, dtp )) {
335 for ( oclp = dtp->dt_oclist; oclp != NULLOCLIST;
349 return( dtp );