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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5531 u8 **apCell, /* Pointers to cell bodies */
5557 memcpy(&data[cellbody], apCell[i], aSize[i]);
5833 int nCell = 0; /* Number of cells in apCell[] */
5834 int nMaxCells = 0; /* Allocated size of apCell, szCell, aFrom. */
5855 u8 **apCell = 0; /* All cells begin balanced */ local
5856 u16 *szCell; /* Local size of all cells in apCell[] */
5967 nMaxCells*sizeof(u8*) /* apCell */
5971 apCell = sqlite3ScratchMalloc( szScratch );
5972 if( apCell==0 ){
5976 szCell = (u16*)&apCell[nMaxCell
5528 assemblePage( MemPage *pPage, int nCell, u8 **apCell, u16 *aSize ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c52647 assemblePage( MemPage *pPage, int nCell, u8 **apCell, u16 *aSize ) argument
52974 u8 **apCell = 0; /* All cells begin balanced */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57347 assemblePage( MemPage *pPage, int nCell, u8 **apCell, u16 *aSize ) argument
57679 u8 **apCell = 0; /* All cells begin balanced */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57367 assemblePage( MemPage *pPage, int nCell, u8 **apCell, u16 *aSize ) argument
57699 u8 **apCell = 0; /* All cells begin balanced */ local
[all...]

Completed in 2691 milliseconds