Lines Matching defs:ldap_disptmpl
237 struct ldap_disptmpl {
249 struct ldap_disptmpl *dt_next;
252 #define NULLDISPTMPL ((struct ldap_disptmpl *)0)
277 ldap_init_templates( char *file, struct ldap_disptmpl **tmpllistp );
282 struct ldap_disptmpl **tmpllistp );
286 ldap_free_templates( struct ldap_disptmpl *tmpllist );
288 LDAP_API(struct ldap_disptmpl *)
290 ldap_first_disptmpl( struct ldap_disptmpl *tmpllist );
292 LDAP_API(struct ldap_disptmpl *)
294 ldap_next_disptmpl( struct ldap_disptmpl *tmpllist,
295 struct ldap_disptmpl *tmpl );
297 LDAP_API(struct ldap_disptmpl *)
299 ldap_name2template( char *name, struct ldap_disptmpl *tmpllist );
301 LDAP_API(struct ldap_disptmpl *)
303 ldap_oc2template( char **oclist, struct ldap_disptmpl *tmpllist );
307 ldap_tmplattrs( struct ldap_disptmpl *tmpl, char **includeattrs, int exclude,
312 ldap_first_tmplrow( struct ldap_disptmpl *tmpl );
316 ldap_next_tmplrow( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row );
320 ldap_first_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row );
324 ldap_next_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
330 struct ldap_disptmpl *tmpl, char **defattrs, char ***defvals,
343 struct ldap_disptmpl *tmpllist, char **defattrs, char ***defvals,
350 struct ldap_disptmpl *tmpl, char **defattrs, char ***defvals,
363 struct ldap_disptmpl *tmpllist, char **defattrs, char ***defvals,