Lines Matching defs:pNode
369 #define NCELL(pNode) readInt16(&(pNode)->zData[2]) argument
640 static void nodeHashInsert(Rtree *pRtree, RtreeNode *pNode){ in nodeHashInsert()
651 static void nodeHashDelete(Rtree *pRtree, RtreeNode *pNode){ in nodeHashDelete()
668 RtreeNode *pNode; in nodeNew() local
703 RtreeNode *pNode = 0; in nodeAcquire() local
811 RtreeNode *pNode, /* The node into which the cell is to be written */ in nodeOverwriteCell()
827 static void nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell){ in nodeDeleteCell()
844 RtreeNode *pNode, /* Write new cell into this node */ in nodeInsertCell()
866 static int nodeWrite(Rtree *pRtree, RtreeNode *pNode){ in nodeWrite()
892 static int nodeRelease(Rtree *pRtree, RtreeNode *pNode){ in nodeRelease()
923 RtreeNode *pNode, /* The node from which to extract the ID */ in nodeGetRowid()
935 RtreeNode *pNode, /* The node from which to extract a coordinate */ in nodeGetCoord()
949 RtreeNode *pNode, /* The node containing the cell to be read */ in nodeGetCell()
1359 RtreeNode *pNode, in nodeRowidIndex()
1380 static int nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex){ in nodeParentIndex()
1612 RtreeNode *pNode; in rtreeStepToLeaf() local
1712 RtreeNode *pNode = rtreeNodeOfFirstSearchPoint(pCsr, &rc); in rtreeRowid() local
1728 RtreeNode *pNode = rtreeNodeOfFirstSearchPoint(pCsr, &rc); in rtreeColumn() local
2205 RtreeNode *pNode = 0; in ChooseLeaf() local
2259 RtreeNode *pNode, /* Adjust ancestry of this node. */ in AdjustTree()
2558 RtreeNode *pNode, in updateMapping()
2581 RtreeNode *pNode, in SplitNode()
2762 static int removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight){ in removeNode()
2812 static int fixBoundingBox(Rtree *pRtree, RtreeNode *pNode){ in fixBoundingBox()
2839 static int deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight){ in deleteCell()
2872 RtreeNode *pNode, in Reinsert()
2977 RtreeNode *pNode, in rtreeInsertCell()
3010 static int reinsertNodeContent(Rtree *pRtree, RtreeNode *pNode){ in reinsertNodeContent()
4049 const u8 *pNode = (const u8*)sqlite3_column_blob(pCheck->pGetNode, 0); in rtreeCheckGetNode() local