Lines Matching refs:ldap_tmplitem
165 struct ldap_tmplitem {
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 *row );
322 LDAP_API(struct ldap_tmplitem *)
324 ldap_next_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
325 struct ldap_tmplitem *col );