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

/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c1383 ** IN_INDEX_ROWID - The cursor was opened on a database table.
1467 eType = IN_INDEX_ROWID;
1525 eType = IN_INDEX_ROWID;
1528 sqlite3CodeSubselect(pParse, pX, rMayHaveNull, eType==IN_INDEX_ROWID);
1839 if( eType==IN_INDEX_ROWID ){
H A DsqliteInt.h3135 #define IN_INDEX_ROWID 1 macro
H A Dwhere.c3303 if( eType==IN_INDEX_ROWID ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c11480 #define IN_INDEX_ROWID 1 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c13071 #define IN_INDEX_ROWID 1 /* Search the rowid of the table */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13071 #define IN_INDEX_ROWID 1 /* Search the rowid of the table */ macro
[all...]

Completed in 2452 milliseconds