parentWrite      126407 third_party/sqlite/amalgamation/sqlite3.c   xSetMapping = ((iHeight==0)?rowidWrite:parentWrite);
parentWrite      126775 third_party/sqlite/amalgamation/sqlite3.c         rc = parentWrite(pRtree, p->iRowid, pNode->iNode);
parentWrite      126839 third_party/sqlite/amalgamation/sqlite3.c         rc = parentWrite(pRtree, pCell->iRowid, pNode->iNode);
parentWrite      2150 third_party/sqlite/src/ext/rtree/rtree.c   xSetMapping = ((iHeight==0)?rowidWrite:parentWrite);
parentWrite      2518 third_party/sqlite/src/ext/rtree/rtree.c         rc = parentWrite(pRtree, p->iRowid, pNode->iNode);
parentWrite      2582 third_party/sqlite/src/ext/rtree/rtree.c         rc = parentWrite(pRtree, pCell->iRowid, pNode->iNode);