Searched refs:pWhere (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c19441 Expr *pWhere; /* The WHERE clause */ member in struct:Select
19978 ** pWhere -> The WHERE clause of the DELETE statement if one is specified.
19983 ** pWhere -> The WHERE clause of the UPDATE statement if one is specified.
20004 Expr *pWhere; /* The WHERE clause for DELETE or UPDATE steps */ member in struct:TriggerStep
33308 sqlite3TreeViewDelete( const With *pWith, const SrcList *pTabList, const Expr *pWhere, const ExprList *pOrderBy, const Expr *pLimit, const Trigger *pTrigger ) argument
33434 sqlite3TreeViewUpdate( const With *pWith, const SrcList *pTabList, const ExprList *pChanges, const Expr *pWhere, int onError, const ExprList *pOrderBy, const Expr *pLimit, const Upsert *pUpsert, const Trigger *pTrigger ) argument
127007 sqlite3MaterializeView( Parse *pParse, Table *pView, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, int iCur ) argument
127046 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, char *zStmtType ) argument
127152 sqlite3DeleteFrom( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit ) argument
131214 Expr *pWhere = 0; /* WHERE clause to scan with */ local
131894 Expr *pWhere = 0; /* WHERE clause of trigger step */ local
141910 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, u32 selFlags, Expr *pLimit ) argument
146121 Expr *pWhere; /* The WHERE clause */ local
146922 pushDownWhereTerms( Parse *pParse, Select *pSubq, Expr *pWhere, SrcList *pSrcList, int iSrc ) argument
148760 Expr *pWhere = pS->pWhere; local
149055 Expr *pWhere; /* The WHERE clause. May be NULL */ local
151096 sqlite3TriggerUpdateStep( Parse *pParse, Token *pTableName, SrcList *pFrom, ExprList *pEList, Expr *pWhere, u8 orconf, const char *zStart, const char *zEnd ) argument
151136 sqlite3TriggerDeleteStep( Parse *pParse, Token *pTableName, Expr *pWhere, const char *zStart, const char *zEnd ) argument
152240 updateFromSelect( Parse *pParse, int iEph, Index *pPk, ExprList *pChanges, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit ) argument
152338 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError, ExprList *pOrderBy, Expr *pLimit, Upsert *pUpsert ) argument
153252 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
153476 sqlite3UpsertNew( sqlite3 *db, ExprList *pTarget, Expr *pTargetWhere, ExprList *pSet, Expr *pWhere, Upsert *pNext ) argument
156002 Expr *pWhere; /* The complete WHERE clause */ member in struct:WhereInfo
166839 sqlite3WhereBegin( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, ExprList *pResultSet, Select *pSelect, u16 wctrlFlags, int iAuxArg ) argument
168822 Expr *pWhere = p->pWhere; local
[all...]

Completed in 516 milliseconds