Searched defs:pRtree (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
D | rtree.c | 390 static void nodeZero(Rtree *pRtree, RtreeNode *p){ in nodeZero() 410 static RtreeNode *nodeHashLookup(Rtree *pRtree, i64 iNode){ in nodeHashLookup() 419 static void nodeHashInsert(Rtree *pRtree, RtreeNode *pNode){ in nodeHashInsert() 430 static void nodeHashDelete(Rtree *pRtree, RtreeNode *pNode){ in nodeHashDelete() 446 static RtreeNode *nodeNew(Rtree *pRtree, RtreeNode *pParent){ in nodeNew() 465 Rtree *pRtree, /* R-tree structure */ in nodeAcquire() 553 Rtree *pRtree, in nodeOverwriteCell() 570 static void nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell){ in nodeDeleteCell() 587 Rtree *pRtree, in nodeInsertCell() 611 nodeWrite(Rtree *pRtree, RtreeNode *pNode){ in nodeWrite() [all …]
|