Searched refs:UNPACKED_PREFIX_SEARCH (Results 1 - 4 of 4) 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.c9775 i64 rowid; /* Used by UNPACKED_PREFIX_SEARCH */
9787 #define UNPACKED_PREFIX_SEARCH 0x0020 /* A prefix match is considered OK */ macro
[all...]

Completed in 448 milliseconds