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

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h165 struct ldap_tmplitem { struct
171 struct ldap_tmplitem *ti_next_in_row;
172 struct ldap_tmplitem *ti_next_in_col;
176 #define NULLTMPLITEM ((struct ldap_tmplitem *)0)
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 *ro
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c262 struct ldap_tmplitem *rowp, *nextrowp, *colp, *nextcolp;
358 struct ldap_tmplitem *
366 struct ldap_tmplitem *
368 ldap_next_tmplrow( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row )
374 struct ldap_tmplitem *
376 ldap_first_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row )
382 struct ldap_tmplitem *
384 ldap_next_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
385 struct ldap_tmplitem *col )
399 struct ldap_tmplitem *tirow
[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, struct ldap_tmplitem *col);
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;
793 struct ldap_tmplitem *rowp, *colp;
1038 struct ldap_tmplitem *tip, int labelwidth, int rdncount,
/illumos-gate/usr/src/head/
H A Dldap.h838 struct ldap_tmplitem { struct
844 struct ldap_tmplitem *ti_next_in_row;
845 struct ldap_tmplitem *ti_next_in_col;
849 #define NULLTMPLITEM ((struct ldap_tmplitem *)0)
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 *ro
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dtmpltest.c118 struct ldap_tmplitem *rowp, *colp;

Completed in 1375 milliseconds