Searched defs:pCell (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c47629 u8 *pCell; /* Pointers to the body of the overflow cell */ member in struct:MemPage::_OvflCell
47792 u8 *pCell; /* Pointer to the start of cell content */ member in struct:CellInfo
49156 btreeParseCellPtr( MemPage *pPage, u8 *pCell, CellInfo *pInfo ) argument
49238 cellSizePtr(MemPage *pPage, u8 *pCell) argument
49305 ptrmapPutOvflPtr(MemPage *pPage, u8 *pCell, int *pRC) argument
50952 u8 *pCell = findCell(pPage, i); local
51004 u8 *pCell = findCell(pPage, i); local
52744 u8 *pCell; /* Pointer to current cell in pPage */ local
53432 clearCell(MemPage *pPage, unsigned char *pCell) argument
53506 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
53721 insertCell( MemPage *pPage, int i, u8 *pCell, int sz, u8 *pTemp, Pgno iChild, int *pRC ) argument
53912 u8 *pCell = pPage->aOvfl[0].pCell; local
54524 u8 *pCell; local
55084 unsigned char *pCell; /* Pointer to cell to delete */ local
55357 unsigned char *pCell; local
55923 u8 *pCell; local
127581 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
127893 testRtreeGeom( Rtree *pRtree, RtreeConstraint *pConstraint, RtreeCell *pCell, int *pbRes ) argument
128511 cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell) argument
128584 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
129106 RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]]; local
129191 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
129476 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
129579 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
[all...]

Completed in 573 milliseconds