Lines Matching defs:ldap_tmplitem
831 struct ldap_tmplitem {
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 *row);
987 LDAP_API(struct ldap_tmplitem *)
989 ldap_next_tmplcol(struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
990 struct ldap_tmplitem *col);