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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeaux.c2973 if( (pPKey2->flags & UNPACKED_PREFIX_SEARCH) && i==(pPKey2->nField-1) ){
2976 pPKey2->flags &= ~UNPACKED_PREFIX_SEARCH;
H A DsqliteInt.h1430 i64 rowid; /* Used by UNPACKED_PREFIX_SEARCH */
1442 #define UNPACKED_PREFIX_SEARCH 0x0020 /* A prefix match is considered OK */ macro
H A Dvdbe.c3587 r.flags = UNPACKED_PREFIX_SEARCH;
3601 if( (r.flags & UNPACKED_PREFIX_SEARCH) || r.rowid==R ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9790 i64 rowid; /* Used by UNPACKED_PREFIX_SEARCH */
9802 #define UNPACKED_PREFIX_SEARCH 0x0020 /* A prefix match is considered OK */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10334 i64 rowid; /* Used by UNPACKED_PREFIX_SEARCH */
10343 #define UNPACKED_PREFIX_SEARCH 0x04 /* Ignore final (rowid) field */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10334 i64 rowid; /* Used by UNPACKED_PREFIX_SEARCH */
10343 #define UNPACKED_PREFIX_SEARCH 0x04 /* Ignore final (rowid) field */ macro
[all...]

Completed in 446 milliseconds