Searched refs:NULLDISPTMPL (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c113 *tmpllistp = NULLDISPTMPL;
161 *tmpllistp = prevtmpl = NULLDISPTMPL;
175 version )) == 0 && tmpl != NULLDISPTMPL ) {
176 if ( prevtmpl == NULLDISPTMPL ) {
300 return( tmpl == NULLDISPTMPL ? tmpl : tmpl->dt_next );
310 for ( dtp = ldap_first_disptmpl( tmpllist ); dtp != NULLDISPTMPL;
317 return( NULLDISPTMPL );
330 return( NULLDISPTMPL );
333 for ( dtp = ldap_first_disptmpl( tmpllist ); dtp != NULLDISPTMPL;
354 return( NULLDISPTMPL );
[all...]
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h252 #define NULLDISPTMPL ((struct ldap_disptmpl *)0) macro
/illumos-gate/usr/src/cmd/ldap/common/
H A Dtmpltest.c61 for ( dtp = ldap_first_disptmpl( templates ); dtp != NULLDISPTMPL;
/illumos-gate/usr/src/head/
H A Dldap.h924 #define NULLDISPTMPL ((struct ldap_disptmpl *)0) macro

Completed in 68 milliseconds