Searched refs:pRowSet (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Drowset.c400 int sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid){ argument
402 if( iBatch!=pRowSet->iBatch ){
403 if( pRowSet->pEntry ){
404 rowSetToList(pRowSet);
405 pRowSet->pTree = rowSetListToTree(pRowSet->pEntry);
406 pRowSet->pEntry = 0;
407 pRowSet->pLast = 0;
409 pRowSet->iBatch = iBatch;
411 p = pRowSet
[all...]
H A DvdbeInt.h145 RowSet *pRowSet; /* Used only when flags==MEM_RowSet */ member in union:Mem::__anon15537
H A Dvdbemem.c288 sqlite3RowSetClear(p->u.pRowSet);
495 sqlite3RowSetClear(pMem->u.pRowSet);
565 pMem->u.pRowSet = sqlite3RowSetInit(db, pMem->zMalloc,
567 assert( pMem->u.pRowSet!=0 );
H A Dvdbe.c4807 sqlite3RowSetInsert(pIn1->u.pRowSet, pIn2->u.i);
4822 || sqlite3RowSetNext(pIn1->u.pRowSet, &val)==0
4877 exists = sqlite3RowSetTest(pIn1->u.pRowSet,
4886 sqlite3RowSetInsert(pIn1->u.pRowSet, pIn3->u.i);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12359 RowSet *pRowSet; /* Used only when flags==MEM_RowSet */ member in union:Mem::__anon15468
36285 sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c14029 RowSet *pRowSet; /* Used only when flags==MEM_RowSet */ member in union:Mem::__anon31006
40046 sqlite3RowSetTest(RowSet *pRowSet, int iBatch, sqlite3_int64 iRowid) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14029 RowSet *pRowSet; /* Used only when flags==MEM_RowSet */ member in union:Mem::__anon31037
40066 sqlite3RowSetTest(RowSet *pRowSet, int iBatch, sqlite3_int64 iRowid) argument
[all...]

Completed in 1214 milliseconds