Searched defs:tmpllist (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c195 ldap_free_templates( struct ldap_disptmpl *tmpllist )
199 if ( tmpllist != NULL ) {
200 for ( tp = tmpllist; tp != NULL; tp = nexttp ) {
289 ldap_first_disptmpl( struct ldap_disptmpl *tmpllist )
291 return( tmpllist );
297 ldap_next_disptmpl( struct ldap_disptmpl *tmpllist, argument
306 ldap_name2template( char *name, struct ldap_disptmpl *tmpllist )
310 for ( dtp = ldap_first_disptmpl( tmpllist ); dtp != NULLDISPTMPL;
311 dtp = ldap_next_disptmpl( tmpllist, dtp )) {
323 ldap_oc2template( char **oclist, struct ldap_disptmpl *tmpllist )
[all...]
H A Dtmplout.c53 LDAPMessage *entry, struct ldap_disptmpl *tmpllist, char **defattrs,
391 struct ldap_disptmpl* tmpllist, /* if NULL, load default file */
403 return( do_entry2text_search( ld, dn, base, entry, tmpllist, defattrs,
416 struct ldap_disptmpl* tmpllist, /* if NULL, load default file */
429 return( do_entry2text_search( ld, dn, base, entry, tmpllist, defattrs,
440 struct ldap_disptmpl* tmpllist, /* if NULL, no template used */
490 if ( tmpllist != NULL ) {
514 tmpl = ldap_oc2template( vals, tmpllist );
386 ldap_entry2text_search( LDAP *ld, char *dn, char *base, LDAPMessage *entry, struct ldap_disptmpl* tmpllist, char **defattrs, char ***defvals, writeptype writeproc, void *writeparm, char *eol, int rdncount, unsigned long opts ) argument
411 ldap_entry2html_search( LDAP *ld, char *dn, char *base, LDAPMessage *entry, struct ldap_disptmpl* tmpllist, char **defattrs, char ***defvals, writeptype writeproc, void *writeparm, char *eol, int rdncount, unsigned long opts, char *urlprefix ) argument
435 do_entry2text_search( LDAP *ld, char *dn, char *base, LDAPMessage *entry, struct ldap_disptmpl* tmpllist, char **defattrs, char ***defvals, writeptype writeproc, void *writeparm, char *eol, int rdncount, unsigned long opts, char *urlprefix ) argument

Completed in 47 milliseconds