Searched refs:dt_name (Results 1 – 6 of 6) sorted by relevance
212 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()
193 ( tmpl == NULL ) ? "Entry" : tmpl->dt_name ); in do_entry2text()197 eol, eol, ( tmpl == NULL ) ? "Entry" : tmpl->dt_name ); in do_entry2text()
98 xmlChar *dt_name; member2601 (*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()
238 char *dt_name; member
125 NULLSTRINGIFNULL( tmpl->dt_name ), in dump_tmpl()
910 char *dt_name; member