Searched defs:pRowSet (Results 1 - 5 of 5) 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::__anon13836
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12374 RowSet *pRowSet; /* Used only when flags==MEM_RowSet */ member in union:Mem::__anon13767
36298 sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12982 RowSet *pRowSet; /* Used only when flags==MEM_RowSet */ member in union:Mem::__anon25822
38263 sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12982 RowSet *pRowSet; /* Used only when flags==MEM_RowSet */ member in union:Mem::__anon25847
38291 sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid) argument
[all...]

Completed in 446 milliseconds