Lines Matching defs:ldap_tmplitem
225 struct ldap_tmplitem {
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_tmplrow(struct ldap_disptmpl *tmpl);
1271 struct ldap_tmplitem *ldap_next_tmplrow(struct ldap_disptmpl *tmpl,
1272 struct ldap_tmplitem *row);
1274 struct ldap_tmplitem *ldap_first_tmplcol(struct ldap_disptmpl *tmpl,
1275 struct ldap_tmplitem *row);
1277 struct ldap_tmplitem *ldap_next_tmplcol(struct ldap_disptmpl *tmpl,
1278 struct ldap_tmplitem *row, struct ldap_tmplitem *col);