Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h165 struct ldap_tmplitem { struct
171 struct ldap_tmplitem *ti_next_in_row; argument
172 struct ldap_tmplitem *ti_next_in_col; argument
176 #define NULLTMPLITEM ((struct ldap_tmplitem *)0) argument
247 struct ldap_tmplitem *dt_items;
310 LDAP_API(struct ldap_tmplitem *)
314 LDAP_API(struct ldap_tmplitem *)
316 ldap_next_tmplrow( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row );
318 LDAP_API(struct ldap_tmplitem *)
320 ldap_first_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row );
[all …]
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c262 struct ldap_tmplitem *rowp, *nextrowp, *colp, *nextcolp; in free_disptmpl()
358 struct ldap_tmplitem *
366 struct ldap_tmplitem *
368 ldap_next_tmplrow( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row ) in ldap_next_tmplrow()
374 struct ldap_tmplitem *
376 ldap_first_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row ) in ldap_first_tmplcol()
382 struct ldap_tmplitem *
384 ldap_next_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row, in ldap_next_tmplcol()
385 struct ldap_tmplitem *col ) in ldap_next_tmplcol()
399 struct ldap_tmplitem *tirowp, *ticolp; in ldap_tmplattrs()
[all …]
H A Dllib-lldap405 struct ldap_tmplitem *ldap_first_tmplcol(struct ldap_disptmpl *tmpl,struct ldap_tmplitem *row);
407 struct ldap_tmplitem *ldap_first_tmplrow(struct ldap_disptmpl *tmpl);
415 struct ldap_tmplitem *ldap_next_tmplcol(struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row, stru…
417 struct ldap_tmplitem *ldap_next_tmplrow(struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row);
H A Dtmplout.c68 char *dn, struct ldap_tmplitem *tip, int labelwidth, int rdncount,
156 struct ldap_tmplitem *rowp, *colp; in do_entry2text()
793 struct ldap_tmplitem *rowp, *colp; in max_label_len()
1037 struct ldap_tmplitem *tip, int labelwidth, int rdncount, in searchaction()
/titanic_41/usr/src/head/
H A Dldap.h838 struct ldap_tmplitem { struct
844 struct ldap_tmplitem *ti_next_in_row; argument
845 struct ldap_tmplitem *ti_next_in_col; argument
849 #define NULLTMPLITEM ((struct ldap_tmplitem *)0) argument
919 struct ldap_tmplitem *dt_items;
982 LDAP_API(struct ldap_tmplitem *)
986 LDAP_API(struct ldap_tmplitem *)
988 ldap_next_tmplrow(struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row);
990 LDAP_API(struct ldap_tmplitem *)
992 ldap_first_tmplcol(struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row);
[all …]
/titanic_41/usr/src/cmd/ldap/common/
H A Dtmpltest.c118 struct ldap_tmplitem *rowp, *colp; in dump_tmpl()