Home
last modified time | relevance | path

Searched refs:rightbbox (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/rtree/
H A Drtree.c2180 RtreeCell rightbbox; in SplitNode() local
2219 rc = AssignCells(pRtree, aCell, nCell, pLeft, pRight, &leftbbox, &rightbbox); in SplitNode()
2235 rightbbox.iRowid = pRight->iNode; in SplitNode()
2255 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){ in SplitNode()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rtree/
H A Drtree.c2402 RtreeCell rightbbox; in SplitNode() local
2442 &leftbbox, &rightbbox); in SplitNode()
2458 rightbbox.iRowid = pRight->iNode; in SplitNode()
2478 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){ in SplitNode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rtree/
H A Drtree.c2548 RtreeCell rightbbox; in SplitNode() local
2588 &leftbbox, &rightbbox); in SplitNode()
2604 rightbbox.iRowid = pRight->iNode; in SplitNode()
2624 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){ in SplitNode()
/dports/databases/sqlite3/sqlite-src-3350500/ext/rtree/
H A Drtree.c2566 RtreeCell rightbbox; in SplitNode() local
2606 &leftbbox, &rightbbox); in SplitNode()
2622 rightbbox.iRowid = pRight->iNode; in SplitNode()
2642 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){ in SplitNode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rtree/
H A Drtree.c2566 RtreeCell rightbbox; in SplitNode() local
2606 &leftbbox, &rightbbox); in SplitNode()
2622 rightbbox.iRowid = pRight->iNode; in SplitNode()
2642 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){ in SplitNode()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c109205 RtreeCell rightbbox;
109244 rc = AssignCells(pRtree, aCell, nCell, pLeft, pRight, &leftbbox, &rightbbox);
109256 rightbbox.iRowid = pRight->iNode;
109270 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c103127 RtreeCell rightbbox;
103166 rc = AssignCells(pRtree, aCell, nCell, pLeft, pRight, &leftbbox, &rightbbox);
103178 rightbbox.iRowid = pRight->iNode;
103192 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c115380 RtreeCell rightbbox;
115419 rc = AssignCells(pRtree, aCell, nCell, pLeft, pRight, &leftbbox, &rightbbox);
115435 rightbbox.iRowid = pRight->iNode;
115455 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c108778 RtreeCell rightbbox;
108817 rc = AssignCells(pRtree, aCell, nCell, pLeft, pRight, &leftbbox, &rightbbox);
108833 rightbbox.iRowid = pRight->iNode;
108853 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c132298 RtreeCell rightbbox;
132337 rc = AssignCells(pRtree, aCell, nCell, pLeft, pRight, &leftbbox, &rightbbox);
132353 rightbbox.iRowid = pRight->iNode;
132373 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c126594 RtreeCell rightbbox;
126633 rc = AssignCells(pRtree, aCell, nCell, pLeft, pRight, &leftbbox, &rightbbox);
126649 rightbbox.iRowid = pRight->iNode;
126669 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c126558 RtreeCell rightbbox;
126597 rc = AssignCells(pRtree, aCell, nCell, pLeft, pRight, &leftbbox, &rightbbox);
126613 rightbbox.iRowid = pRight->iNode;
126633 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c129206 RtreeCell rightbbox;
129245 rc = AssignCells(pRtree, aCell, nCell, pLeft, pRight, &leftbbox, &rightbbox);
129261 rightbbox.iRowid = pRight->iNode;
129281 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c144428 RtreeCell rightbbox;
144467 rc = AssignCells(pRtree, aCell, nCell, pLeft, pRight, &leftbbox, &rightbbox);
144483 rightbbox.iRowid = pRight->iNode;
144503 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c145776 RtreeCell rightbbox;
145816 &leftbbox, &rightbbox);
145832 rightbbox.iRowid = pRight->iNode;
145852 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c138535 RtreeCell rightbbox;
138574 rc = AssignCells(pRtree, aCell, nCell, pLeft, pRight, &leftbbox, &rightbbox);
138590 rightbbox.iRowid = pRight->iNode;
138610 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c146876 RtreeCell rightbbox;
146916 &leftbbox, &rightbbox);
146932 rightbbox.iRowid = pRight->iNode;
146952 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c139416 RtreeCell rightbbox;
139455 rc = AssignCells(pRtree, aCell, nCell, pLeft, pRight, &leftbbox, &rightbbox);
139471 rightbbox.iRowid = pRight->iNode;
139491 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c145776 RtreeCell rightbbox;
145816 &leftbbox, &rightbbox);
145832 rightbbox.iRowid = pRight->iNode;
145852 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c145776 RtreeCell rightbbox;
145816 &leftbbox, &rightbbox);
145832 rightbbox.iRowid = pRight->iNode;
145852 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c143336 RtreeCell rightbbox;
143375 rc = AssignCells(pRtree, aCell, nCell, pLeft, pRight, &leftbbox, &rightbbox);
143391 rightbbox.iRowid = pRight->iNode;
143411 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c154836 RtreeCell rightbbox;
154876 &leftbbox, &rightbbox);
154892 rightbbox.iRowid = pRight->iNode;
154912 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c154836 RtreeCell rightbbox;
154876 &leftbbox, &rightbbox);
154892 rightbbox.iRowid = pRight->iNode;
154912 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c152625 RtreeCell rightbbox;
152665 &leftbbox, &rightbbox);
152681 rightbbox.iRowid = pRight->iNode;
152701 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c149632 RtreeCell rightbbox;
149672 &leftbbox, &rightbbox);
149688 rightbbox.iRowid = pRight->iNode;
149708 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){

1234567