Home
last modified time | relevance | path

Searched refs:dt_items (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c258 if ( tmpl->dt_items != NULL ) { in free_disptmpl()
261 for ( rowp = tmpl->dt_items; rowp != NULL; rowp = nextrowp ) { in free_disptmpl()
359 return( tmpl->dt_items ); in ldap_first_tmplrow()
706 if ( tmpl->dt_items == NULL ) { in read_next_tmpl()
707 tmpl->dt_items = rowp = ip; in read_next_tmpl()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h245 struct ldap_tmplitem *dt_items; member
/illumos-gate/usr/src/head/
H A Dldap.h919 struct ldap_tmplitem *dt_items; member