Lines Matching refs:ldap_tmplitem
838 struct ldap_tmplitem { struct
844 struct ldap_tmplitem *ti_next_in_row; argument
845 struct ldap_tmplitem *ti_next_in_col; argument
849 #define NULLTMPLITEM ((struct ldap_tmplitem *)0) argument
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 *row);
994 LDAP_API(struct ldap_tmplitem *)
996 ldap_next_tmplcol(struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
997 struct ldap_tmplitem *col);