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

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c1642 int priorOp; /* The SRT_ operation to apply to prior selects */ local
1649 priorOp = SRT_Union;
1650 if( dest.eDest==priorOp && ALWAYS(!p->pLimit &&!p->pOffset) ){
1675 sqlite3SelectDestInit(&uniondest, priorOp, unionTab);
1715 assert( unionTab==dest.iParm || dest.eDest!=priorOp );
1716 if( dest.eDest!=priorOp ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c91771 int priorOp; /* The SRT_ operation to apply to prior selects */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c96176 int priorOp; /* The SRT_ operation to apply to prior selects */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c96212 int priorOp; /* The SRT_ operation to apply to prior selects */ local
[all...]

Completed in 431 milliseconds