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

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h237 struct ldap_disptmpl { struct
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 *tmpllis
[all...]
/illumos-gate/usr/src/head/
H A Dldap.h909 struct ldap_disptmpl { struct
921 struct ldap_disptmpl *dt_next;
924 #define NULLDISPTMPL ((struct ldap_disptmpl *)0)
949 ldap_init_templates(char *file, struct ldap_disptmpl **tmpllistp);
954 struct ldap_disptmpl **tmpllistp);
958 ldap_free_templates(struct ldap_disptmpl *tmpllist);
960 LDAP_API(struct ldap_disptmpl *)
962 ldap_first_disptmpl(struct ldap_disptmpl *tmpllist);
964 LDAP_API(struct ldap_disptmpl *)
966 ldap_next_disptmpl(struct ldap_disptmpl *tmpllis
[all...]

Completed in 58 milliseconds