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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c10695 Expr *pWhere; /* The WHERE clause */ member in struct:Select
11008 * pWhere -> The WHERE clause of the DELETE statement if one is specified.
11013 * pWhere -> The WHERE clause of the UPDATE statement if one is specified.
11026 Expr *pWhere; /* The WHERE clause for DELETE or UPDATE steps */ member in struct:TriggerStep
83487 sqlite3MaterializeView( Parse *pParse, Table *pView, Expr *pWhere, int iCur ) argument
83529 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, Expr *pOffset, char *zStmtType ) argument
86141 Expr *pWhere = 0; /* WHERE clause to scan with */ local
86650 Expr *pWhere = 0; /* WHERE clause of trigger step */ local
92397 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
95058 Expr *pWhere; /* The WHERE clause */ local
96086 Expr *pWhere; /* The WHERE clause. May be NULL */ local
97561 sqlite3TriggerUpdateStep( sqlite3 *db, Token *pTableName, ExprList *pEList, Expr *pWhere, u8 orconf ) argument
98348 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError ) argument
98855 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
104897 sqlite3WhereBegin( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList **ppOrderBy, ExprList *pDistinct, u16 wctrlFlags ) argument
[all...]

Completed in 492 milliseconds