Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dtmpltest.c219 if ( colp->ti_args != NULL ) { in dump_tmpl()
221 for ( i = 0; colp->ti_args[ i ] != NULL; ++i ) { in dump_tmpl()
222 printf( "<%s>", NULLSTRINGIFNULL( colp->ti_args[ i ] )); in dump_tmpl()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c271 if ( colp->ti_args != NULL ) { in free_disptmpl()
272 ldap_free_strarray( colp->ti_args ); in free_disptmpl()
695 if (( ip->ti_args = (char **)NSLDAPI_CALLOC( i + 1, in read_next_tmpl()
701 ip->ti_args[ i ] = toks[ i + 4 ]; in read_next_tmpl()
H A Dtmplout.c1045 for ( i = 0; tip->ti_args != NULL && tip->ti_args[ i ] != NULL; ++i ) { in searchaction()
1051 attr = tip->ti_args[ 0 ]; in searchaction()
1052 filtpattern = tip->ti_args[ 1 ]; in searchaction()
1053 retattrs[ 0 ] = tip->ti_args[ 2 ]; in searchaction()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h168 char **ti_args; member
/illumos-gate/usr/src/head/
H A Dldap.h843 char **ti_args; member