Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c1334 if( 0==pSel->pWin || 0==sqlite3WindowCompare(0, pSel->pWin, pWin, 0) ){ in sqlite3WindowLink()
1354 int sqlite3WindowCompare( in sqlite3WindowCompare() function
1671 assert( pWin==pMWin || sqlite3WindowCompare(pParse,pWin,pMWin,0)!=1 ); in windowAggStep()
H A DsqliteInt.h4277 int sqlite3WindowCompare(const Parse*, const Window*, const Window*, int);
H A Dexpr.c5632 if( sqlite3WindowCompare(pParse, pA->y.pWin, pB->y.pWin, 1)!=0 ){ in sqlite3ExprCompare()