Searched refs:sqlite3Stat4ValueFromExpr (Results 1 – 3 of 3) sorted by relevance
1858 int sqlite3Stat4ValueFromExpr( in sqlite3Stat4ValueFromExpr() function
1711 rc = sqlite3Stat4ValueFromExpr(pParse, pLower->pExpr->pRight, aff, &p1); in whereRangeSkipScanEst()1715 rc = sqlite3Stat4ValueFromExpr(pParse, pUpper->pExpr->pRight, aff, &p2); in whereRangeSkipScanEst()
5166 int sqlite3Stat4ValueFromExpr(Parse*, Expr*, u8, sqlite3_value**);