Searched defs:ldap_tmplitem (Results 1 - 3 of 3) sorted by relevance

/osnet-11/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...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h225 struct ldap_tmplitem { struct
231 struct ldap_tmplitem *ti_next_in_row;
232 struct ldap_tmplitem *ti_next_in_col;
237 #define NULLTMPLITEM ((struct ldap_tmplitem *)0)
309 struct ldap_tmplitem *dt_items;
860 struct ldap_tmplitem *ldap_first_tmplrow();
861 struct ldap_tmplitem *ldap_next_tmplrow();
862 struct ldap_tmplitem *ldap_first_tmplcol();
863 struct ldap_tmplitem *ldap_next_tmplcol();
1269 struct ldap_tmplitem *ldap_first_tmplro
[all...]
/osnet-11/usr/src/head/
H A Dldap.h831 struct ldap_tmplitem { struct
837 struct ldap_tmplitem *ti_next_in_row;
838 struct ldap_tmplitem *ti_next_in_col;
842 #define NULLTMPLITEM ((struct ldap_tmplitem *)0)
912 struct ldap_tmplitem *dt_items;
975 LDAP_API(struct ldap_tmplitem *)
979 LDAP_API(struct ldap_tmplitem *)
981 ldap_next_tmplrow(struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row);
983 LDAP_API(struct ldap_tmplitem *)
985 ldap_first_tmplcol(struct ldap_disptmpl *tmpl, struct ldap_tmplitem *ro
[all...]

Completed in 26 milliseconds