Home
last modified time | relevance | path

Searched refs:ldap_tmplitem (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h163 struct ldap_tmplitem { struct
169 struct ldap_tmplitem *ti_next_in_row; argument
170 struct ldap_tmplitem *ti_next_in_col; argument
174 #define NULLTMPLITEM ((struct ldap_tmplitem *)0) argument
245 struct ldap_tmplitem *dt_items;
308 LDAP_API(struct ldap_tmplitem *)
312 LDAP_API(struct ldap_tmplitem *)
316 LDAP_API(struct ldap_tmplitem *)
320 LDAP_API(struct ldap_tmplitem *)
322 ldap_next_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c259 struct ldap_tmplitem *rowp, *nextrowp, *colp, *nextcolp; in free_disptmpl()
355 struct ldap_tmplitem *
363 struct ldap_tmplitem *
371 struct ldap_tmplitem *
379 struct ldap_tmplitem *
381 ldap_next_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row, in ldap_next_tmplcol()
382 struct ldap_tmplitem *col ) in ldap_next_tmplcol()
396 struct ldap_tmplitem *tirowp, *ticolp; in ldap_tmplattrs()
471 struct ldap_tmplitem *rowp = NULL, *ip = NULL, *previp = NULL; in read_next_tmpl()
645 if (( ip = (struct ldap_tmplitem *)NSLDAPI_CALLOC( 1, in read_next_tmpl()
[all …]
H A Dtmplout.c66 char *dn, struct ldap_tmplitem *tip, int labelwidth, int rdncount,
154 struct ldap_tmplitem *rowp, *colp; in do_entry2text()
789 struct ldap_tmplitem *rowp, *colp; in max_label_len()
1033 struct ldap_tmplitem *tip, int labelwidth, int rdncount, in searchaction()
/illumos-gate/usr/src/head/
H A Dldap.h838 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;
975 LDAP_API(struct ldap_tmplitem *) LDAP_CALL ldap_next_tmplrow(
976 struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row);
979 struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row);
981 LDAP_API(struct ldap_tmplitem *) LDAP_CALL ldap_next_tmplcol(
982 struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
[all …]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dtmpltest.c117 struct ldap_tmplitem *rowp, *colp; in dump_tmpl()