Home
last modified time | relevance | path

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

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