Symbol: ldap_tmplitem
usr/src/cmd/ldap/common/tmpltest.c
117
struct ldap_tmplitem *rowp, *colp;
usr/src/head/ldap.h
838
struct ldap_tmplitem {
usr/src/head/ldap.h
844
struct ldap_tmplitem *ti_next_in_row;
usr/src/head/ldap.h
845
struct ldap_tmplitem *ti_next_in_col;
usr/src/head/ldap.h
849
#define NULLTMPLITEM ((struct ldap_tmplitem *)0)
usr/src/head/ldap.h
919
struct ldap_tmplitem *dt_items;
usr/src/head/ldap.h
972
LDAP_API(struct ldap_tmplitem *) LDAP_CALL ldap_first_tmplrow(
usr/src/head/ldap.h
975
LDAP_API(struct ldap_tmplitem *) LDAP_CALL ldap_next_tmplrow(
usr/src/head/ldap.h
976
struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row);
usr/src/head/ldap.h
978
LDAP_API(struct ldap_tmplitem *) LDAP_CALL ldap_first_tmplcol(
usr/src/head/ldap.h
979
struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row);
usr/src/head/ldap.h
981
LDAP_API(struct ldap_tmplitem *) LDAP_CALL ldap_next_tmplcol(
usr/src/head/ldap.h
982
struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
usr/src/head/ldap.h
983
struct ldap_tmplitem *col);
usr/src/lib/libldap5/include/ldap/disptmpl.h
169
struct ldap_tmplitem *ti_next_in_row;
usr/src/lib/libldap5/include/ldap/disptmpl.h
170
struct ldap_tmplitem *ti_next_in_col;
usr/src/lib/libldap5/include/ldap/disptmpl.h
174
#define NULLTMPLITEM ((struct ldap_tmplitem *)0)
usr/src/lib/libldap5/include/ldap/disptmpl.h
245
struct ldap_tmplitem *dt_items;
usr/src/lib/libldap5/include/ldap/disptmpl.h
308
LDAP_API(struct ldap_tmplitem *)
usr/src/lib/libldap5/include/ldap/disptmpl.h
312
LDAP_API(struct ldap_tmplitem *)
usr/src/lib/libldap5/include/ldap/disptmpl.h
314
ldap_next_tmplrow( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row );
usr/src/lib/libldap5/include/ldap/disptmpl.h
316
LDAP_API(struct ldap_tmplitem *)
usr/src/lib/libldap5/include/ldap/disptmpl.h
318
ldap_first_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row );
usr/src/lib/libldap5/include/ldap/disptmpl.h
320
LDAP_API(struct ldap_tmplitem *)
usr/src/lib/libldap5/include/ldap/disptmpl.h
322
ldap_next_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
usr/src/lib/libldap5/include/ldap/disptmpl.h
323
struct ldap_tmplitem *col );
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
259
struct ldap_tmplitem *rowp, *nextrowp, *colp, *nextcolp;
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
355
struct ldap_tmplitem *
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
363
struct ldap_tmplitem *
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
365
ldap_next_tmplrow( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row )
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
371
struct ldap_tmplitem *
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
373
ldap_first_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row )
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
379
struct ldap_tmplitem *
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
381
ldap_next_tmplcol( struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
382
struct ldap_tmplitem *col )
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
396
struct ldap_tmplitem *tirowp, *ticolp;
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
471
struct ldap_tmplitem *rowp = NULL, *ip = NULL, *previp = NULL;
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
645
if (( ip = (struct ldap_tmplitem *)NSLDAPI_CALLOC( 1,
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
646
sizeof( struct ldap_tmplitem ))) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
1033
struct ldap_tmplitem *tip, int labelwidth, int rdncount,
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
154
struct ldap_tmplitem *rowp, *colp;
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
66
char *dn, struct ldap_tmplitem *tip, int labelwidth, int rdncount,
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
789
struct ldap_tmplitem *rowp, *colp;