Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c1475 static void windowCheckValue(Parse *pParse, int reg, int eCond){ in windowCheckValue() function
1936 windowCheckValue(pParse, tmpReg, 2); in windowReturnOneRow()
2934 windowCheckValue(pParse, regStart, 0 + (pMWin->eFrmType==TK_RANGE?3:0)); in sqlite3WindowCodeStep()
2938 windowCheckValue(pParse, regEnd, 1 + (pMWin->eFrmType==TK_RANGE?3:0)); in sqlite3WindowCodeStep()