nodeNew          126457 third_party/sqlite/amalgamation/sqlite3.c     pRight = nodeNew(pRtree, pNode);
nodeNew          126458 third_party/sqlite/amalgamation/sqlite3.c     pLeft = nodeNew(pRtree, pNode);
nodeNew          126464 third_party/sqlite/amalgamation/sqlite3.c     pRight = nodeNew(pRtree, pLeft->pParent);
nodeNew          2200 third_party/sqlite/src/ext/rtree/rtree.c     pRight = nodeNew(pRtree, pNode);
nodeNew          2201 third_party/sqlite/src/ext/rtree/rtree.c     pLeft = nodeNew(pRtree, pNode);
nodeNew          2207 third_party/sqlite/src/ext/rtree/rtree.c     pRight = nodeNew(pRtree, pLeft->pParent);