Home
last modified time | relevance | path

Searched refs:dt_name (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c212 if ( tmpl->dt_name != NULL ) { in free_disptmpl()
213 NSLDAPI_FREE( tmpl->dt_name ); in free_disptmpl()
312 if ( strcasecmp( name, dtp->dt_name ) == 0 ) { in ldap_name2template()
489 tmpl->dt_name = toks[ 0 ]; in read_next_tmpl()
H A Dtmplout.c193 ( tmpl == NULL ) ? "Entry" : tmpl->dt_name ); in do_entry2text()
197 eol, eol, ( tmpl == NULL ) ? "Entry" : tmpl->dt_name ); in do_entry2text()
/titanic_41/usr/src/lib/libpool/common/
H A Dpool_xml.c98 xmlChar *dt_name; member
2601 (*tbl)[j].dt_name = xmlStrdup(BAD_CAST tok); in build_dtype_tbl()
2605 free((*tbl)[j].dt_name); in build_dtype_tbl()
2618 free((*tbl)[j].dt_name); in build_dtype_tbl()
2624 (*tbl)[j].dt_name = NULL; /* Terminate the table */ in build_dtype_tbl()
2653 for (j = 0; (*tbl)[j].dt_name != NULL; j++) in get_fast_dtype()
2654 if (xmlStrcmp(name, (*tbl)[j].dt_name) == 0) in get_fast_dtype()
/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h238 char *dt_name; member
/titanic_41/usr/src/cmd/ldap/common/
H A Dtmpltest.c125 NULLSTRINGIFNULL( tmpl->dt_name ), in dump_tmpl()
/titanic_41/usr/src/head/
H A Dldap.h910 char *dt_name; member