Searched refs:pWhereRowid (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | delete.c | 140 Expr *pWhereRowid = NULL; /* WHERE rowid .. */ in sqlite3LimitWhere() local 192 pWhereRowid = sqlite3PExpr(pParse, TK_ROW, 0, 0, 0); in sqlite3LimitWhere() 193 if( pWhereRowid == 0 ) goto limit_where_cleanup_1; in sqlite3LimitWhere() 194 pInClause = sqlite3PExpr(pParse, TK_IN, pWhereRowid, 0, 0); in sqlite3LimitWhere()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 81197 Expr *pWhereRowid = NULL; /* WHERE rowid .. */ 81249 pWhereRowid = sqlite3PExpr(pParse, TK_ROW, 0, 0, 0); 81250 if( pWhereRowid == 0 ) goto limit_where_cleanup_1; 81251 pInClause = sqlite3PExpr(pParse, TK_IN, pWhereRowid, 0, 0);
|
/external/sqlite/dist/ |
D | sqlite3.c | 91014 Expr *pWhereRowid = NULL; /* WHERE rowid .. */ 91065 pWhereRowid = sqlite3PExpr(pParse, TK_ROW, 0, 0, 0); 91066 if( pWhereRowid == 0 ) goto limit_where_cleanup_1; 91067 pInClause = sqlite3PExpr(pParse, TK_IN, pWhereRowid, 0, 0);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 90994 Expr *pWhereRowid = NULL; /* WHERE rowid .. */ 91045 pWhereRowid = sqlite3PExpr(pParse, TK_ROW, 0, 0, 0); 91046 if( pWhereRowid == 0 ) goto limit_where_cleanup_1; 91047 pInClause = sqlite3PExpr(pParse, TK_IN, pWhereRowid, 0, 0);
|