Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21932 SQLITE_PRIVATE Expr *sqlite3PExpr(Parse*, int, Expr*, Expr*);
113246 pRet = sqlite3PExpr(pParse, TK_SELECT_COLUMN, 0, 0);
113690 SQLITE_PRIVATE Expr *sqlite3PExpr( function
113807 return sqlite3PExpr(pParse, TK_AND, pLeft, pRight);
116592 pLimit = sqlite3PExpr(pParse, TK_NE,
116601 pSel->pLimit = sqlite3PExpr(pParse, TK_LIMIT, pLimit, 0);
128333 pExpr = sqlite3PExpr(pParse, TK_UPLUS, pExpr, 0);
132914 pLhs = sqlite3PExpr(pParse, TK_ROW, 0, 0);
132916 pParse, 0, sqlite3PExpr(pParse, TK_ROW, 0, 0)
132936 pLhs = sqlite3PExpr(pParse, TK_VECTOR, 0, 0);
[all …]