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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbuild.c1188 p->autoIndex = 2;
2391 ** as the tables primary key (Index.autoIndex==2).
2612 pIndex->autoIndex = (u8)(pName==0);
2705 assert( pIdx->autoIndex );
2927 if( pIndex->autoIndex ){
H A Dfkey.c234 ** identified by the test (Index.autoIndex==2). */
235 if( pIdx->autoIndex==2 ){
H A DsqliteInt.h1478 u8 autoIndex; /* True if is automatically created (ex: by UNIQUE) */ member in struct:Index
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9823 u8 autoIndex; /* True if is automatically created (ex: by UNIQUE) */ member in struct:Index
[all...]

Completed in 1012 milliseconds