Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ldap/common/
H A Dtmpltest.c220 if ( colp->ti_args != NULL ) { in dump_tmpl()
222 for ( i = 0; colp->ti_args[ i ] != NULL; ++i ) { in dump_tmpl()
223 printf( "<%s>", NULLSTRINGIFNULL( colp->ti_args[ i ] )); in dump_tmpl()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c274 if ( colp->ti_args != NULL ) { in free_disptmpl()
275 ldap_free_strarray( colp->ti_args ); in free_disptmpl()
698 if (( ip->ti_args = (char **)NSLDAPI_CALLOC( i + 1, in read_next_tmpl()
704 ip->ti_args[ i ] = toks[ i + 4 ]; in read_next_tmpl()
H A Dtmplout.c1049 for ( i = 0; tip->ti_args != NULL && tip->ti_args[ i ] != NULL; ++i ) { in searchaction()
1055 attr = tip->ti_args[ 0 ]; in searchaction()
1056 filtpattern = tip->ti_args[ 1 ]; in searchaction()
1057 retattrs[ 0 ] = tip->ti_args[ 2 ]; in searchaction()
1059 selectname = tip->ti_args[ 3 ]; in searchaction()
/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h170 char **ti_args; member
/titanic_41/usr/src/head/
H A Dldap.h843 char **ti_args; member