RtreeCell 124508 sqlite3/libsqlite/sqlite3.c typedef struct RtreeCell RtreeCell; RtreeCell 125276 sqlite3/libsqlite/sqlite3.c RtreeCell cell; RtreeCell 125330 sqlite3/libsqlite/sqlite3.c RtreeCell cell; RtreeCell 125867 sqlite3/libsqlite/sqlite3.c RtreeCell cell; RtreeCell 125868 sqlite3/libsqlite/sqlite3.c memcpy(&cell, p, sizeof(RtreeCell)); RtreeCell 125958 sqlite3/libsqlite/sqlite3.c RtreeCell cell; RtreeCell 125961 sqlite3/libsqlite/sqlite3.c RtreeCell *aCell = 0; RtreeCell 125966 sqlite3/libsqlite/sqlite3.c aCell = sqlite3_malloc(sizeof(RtreeCell)*nCell); RtreeCell 126039 sqlite3/libsqlite/sqlite3.c RtreeCell cell; RtreeCell 126084 sqlite3/libsqlite/sqlite3.c static RtreeCell *LinearPickNext( RtreeCell 126164 sqlite3/libsqlite/sqlite3.c static RtreeCell *QuadraticPickNext( RtreeCell 126419 sqlite3/libsqlite/sqlite3.c RtreeCell left; RtreeCell 126420 sqlite3/libsqlite/sqlite3.c RtreeCell right; RtreeCell 126425 sqlite3/libsqlite/sqlite3.c memcpy(&left, &aCell[aaSorted[ii][0]], sizeof(RtreeCell)); RtreeCell 126426 sqlite3/libsqlite/sqlite3.c memcpy(&right, &aCell[aaSorted[ii][nCell-1]], sizeof(RtreeCell)); RtreeCell 126455 sqlite3/libsqlite/sqlite3.c memcpy(pBboxLeft, &aCell[aaSorted[iBestDim][0]], sizeof(RtreeCell)); RtreeCell 126456 sqlite3/libsqlite/sqlite3.c memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell)); RtreeCell 126459 sqlite3/libsqlite/sqlite3.c RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight; RtreeCell 126460 sqlite3/libsqlite/sqlite3.c RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]]; RtreeCell 126496 sqlite3/libsqlite/sqlite3.c memcpy(pBboxLeft, &aCell[iLeftSeed], sizeof(RtreeCell)); RtreeCell 126497 sqlite3/libsqlite/sqlite3.c memcpy(pBboxRight, &aCell[iRightSeed], sizeof(RtreeCell)); RtreeCell 126504 sqlite3/libsqlite/sqlite3.c RtreeCell *pNext; RtreeCell 126556 sqlite3/libsqlite/sqlite3.c RtreeCell *aCell; RtreeCell 126562 sqlite3/libsqlite/sqlite3.c RtreeCell leftbbox; RtreeCell 126563 sqlite3/libsqlite/sqlite3.c RtreeCell rightbbox; RtreeCell 126568 sqlite3/libsqlite/sqlite3.c aCell = sqlite3_malloc((sizeof(RtreeCell)+sizeof(int))*(nCell+1)); RtreeCell 126579 sqlite3/libsqlite/sqlite3.c memcpy(&aCell[nCell], pCell, sizeof(RtreeCell)); RtreeCell 126778 sqlite3/libsqlite/sqlite3.c RtreeCell box; /* Bounding box for pNode */ RtreeCell 126781 sqlite3/libsqlite/sqlite3.c RtreeCell cell; RtreeCell 126838 sqlite3/libsqlite/sqlite3.c RtreeCell *aCell; RtreeCell 126853 sqlite3/libsqlite/sqlite3.c aCell = (RtreeCell *)sqlite3_malloc(nCell * ( RtreeCell 126854 sqlite3/libsqlite/sqlite3.c sizeof(RtreeCell) + /* aCell array */ RtreeCell 126868 sqlite3/libsqlite/sqlite3.c memcpy(&aCell[ii], pCell, sizeof(RtreeCell)); RtreeCell 126895 sqlite3/libsqlite/sqlite3.c RtreeCell *p = &aCell[aOrder[ii]]; RtreeCell 126913 sqlite3/libsqlite/sqlite3.c RtreeCell *p = &aCell[aOrder[ii]]; RtreeCell 126979 sqlite3/libsqlite/sqlite3.c RtreeCell cell; RtreeCell 127106 sqlite3/libsqlite/sqlite3.c RtreeCell cell; /* New cell to insert if nData>1 */ RtreeCell 127528 sqlite3/libsqlite/sqlite3.c RtreeCell cell;