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

/external/chromium_org/third_party/sqlite/src/src/
H A Dupdate.c114 int okOnePass; /* True for one-pass algorithm without the FIFO */ local
315 okOnePass = pWInfo->okOnePass;
320 if( !okOnePass ){
343 if( !okOnePass ) sqlite3OpenTable(pParse, iCur, iDb, pTab, OP_OpenWrite);
366 if( okOnePass ){
H A Dwhere.c4718 pWInfo->okOnePass = 1;
4749 int op = pWInfo->okOnePass ? OP_OpenWrite : OP_OpenRead;
4753 if( !pWInfo->okOnePass && pTab->nCol<BMS ){
4931 if( !pWInfo->okOnePass && (ws & WHERE_IDX_ONLY)==0 ){
H A DsqliteInt.h1962 u8 okOnePass; /* Ok to use one-pass algorithm for UPDATE or DELETE */ member in struct:WhereInfo
/external/sqlite/dist/orig/
H A Dsqlite3.c91070 int okOnePass; /* True for one-pass algorithm without the FIFO */ local
108304 int okOnePass; /* True for one-pass algorithm without the FIFO */ local
110853 u8 okOnePass; /* Ok to use one-pass algorithm for UPDATE/DELETE */ member in struct:WhereInfo
[all...]
/external/sqlite/dist/
H A Dsqlite3.c91090 int okOnePass; /* True for one-pass algorithm without the FIFO */ local
108324 int okOnePass; /* True for one-pass algorithm without the FIFO */ local
110873 u8 okOnePass; /* Ok to use one-pass algorithm for UPDATE/DELETE */ member in struct:WhereInfo
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10307 u8 okOnePass; /* Ok to use one-pass algorithm for UPDATE or DELETE */ member in struct:WhereInfo
95813 int okOnePass; /* True for one-pass algorithm without the FIFO */ local
[all...]

Completed in 602 milliseconds