Home
last modified time | relevance | path

Searched refs:ftignore (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/runtime/full_text/
H A Dfull_text_impl.cpp72 PlanIterator const *const ftignore = theChild1.getp(); in nextImpl() local
92 if ( ftignore ) in nextImpl()
93 consumeNext( ignore_item, ftignore, plan_state ); in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dft_expr.cpp41 expr* ftignore in ftcontains_expr() argument
46 ftignore_( ftignore ) in ftcontains_expr()
H A Dft_expr.h42 expr* ftignore
H A Dexpr_manager.cpp811 expr* ftignore) in create_ftcontains_expr() argument
813 CREATE_AND_RETURN_EXPR(ftcontains_expr, sctx, loc, range, ftselection, ftignore); in create_ftcontains_expr()
H A Dexpr_manager.h417 expr* ftignore);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp2437 FTIgnoreOption const *ftignore in FTContainsExpr() argument
2442 ftignore_( ftignore ) in FTContainsExpr()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp13854 expr* ftignore = NULL; in end_visit() local
13856 ftignore = pop_nodestack(); in end_visit()
13865 theExprManager->create_ftcontains_expr( theRootSctx, loc, range, selection, ftignore ); in end_visit()