Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21954 SQLITE_PRIVATE Expr *sqlite3PExpr(Parse*, int, Expr*, Expr*);
113422 pRet = sqlite3PExpr(pParse, TK_SELECT_COLUMN, 0, 0);
113866 SQLITE_PRIVATE Expr *sqlite3PExpr( function
113983 return sqlite3PExpr(pParse, TK_AND, pLeft, pRight);
116768 pLimit = sqlite3PExpr(pParse, TK_NE,
116777 pSel->pLimit = sqlite3PExpr(pParse, TK_LIMIT, pLimit, 0);
128541 pExpr = sqlite3PExpr(pParse, TK_UPLUS, pExpr, 0);
133122 pLhs = sqlite3PExpr(pParse, TK_ROW, 0, 0);
133124 pParse, 0, sqlite3PExpr(pParse, TK_ROW, 0, 0)
133144 pLhs = sqlite3PExpr(pParse, TK_VECTOR, 0, 0);
[all …]