Home
last modified time | relevance | path

Searched refs:WO_ROWVAL (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A DwhereInt.h600 #define WO_ROWVAL 0x2000 /* A row-value term */ macro
H A Dwhereexpr.c1419 pTerm->eOperator = WO_ROWVAL; in exprAnalyze()
1620 assert( pWC->a[ii].eOperator==WO_ROWVAL ); in sqlite3WhereAddLimit()
H A Dwherecode.c2718 && pTerm->eOperator!=WO_ROWVAL in sqlite3WhereRightJoinLoop()