Searched defs:ldap_tmplitem (Results 1 - 2 of 2) 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/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...]

Completed in 48 milliseconds