Searched refs:ti_args (Results 1 – 5 of 5) sorted by relevance
220 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()
274 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()
1049 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()
170 char **ti_args; member
843 char **ti_args; member