Searched refs:aRow (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h75 ** aRow might point to (ephemeral) data for the current row, or it might
82 u8 *aRow; /* Data for the current row, if all on one page */ member in struct:VdbeCursor
H A Dvdbe.c2123 ** might be available in the pC->aRow cache. Or it might not be.
2143 zRec = (char*)pC->aRow;
2207 ** save the payload in the pC->aRow cache. That will save us from
2214 pC->aRow = (u8*)zData;
2216 pC->aRow = 0;
/external/sqlite/dist/orig/
H A Dsqlite3.c13953 ** aRow might point to (ephemeral) data for the current row, or it might
13958 u32 szRow; /* Byte available in aRow */
13960 const u8 *aRow; /* Data for the current row, if all on one page */ member in struct:VdbeCursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13953 ** aRow might point to (ephemeral) data for the current row, or it might
13958 u32 szRow; /* Byte available in aRow */
13960 const u8 *aRow; /* Data for the current row, if all on one page */ member in struct:VdbeCursor
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12289 ** aRow might point to (ephemeral) data for the current row, or it might
12296 u8 *aRow; /* Data for the current row, if all on one page */ member in struct:VdbeCursor
[all...]

Completed in 1811 milliseconds