Home
last modified time | relevance | path

Searched defs:RtreeCursor (Results 1 – 5 of 5) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rtree/
H A Drtree.c84 typedef struct RtreeCursor RtreeCursor; typedef
228 struct RtreeCursor { struct
244 /* Return the Rtree of a RtreeCursor */ argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rtree/
H A Drtree.c93 typedef struct RtreeCursor RtreeCursor; typedef
259 struct RtreeCursor { struct
277 /* Return the Rtree of a RtreeCursor */ argument
/dports/databases/sqlite3/sqlite-src-3350500/ext/rtree/
H A Drtree.c94 typedef struct RtreeCursor RtreeCursor; typedef
260 struct RtreeCursor { struct
278 /* Return the Rtree of a RtreeCursor */ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rtree/
H A Drtree.c94 typedef struct RtreeCursor RtreeCursor; typedef
260 struct RtreeCursor { struct
278 /* Return the Rtree of a RtreeCursor */ argument
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/rtree/
H A Drtree.c123 typedef struct RtreeCursor RtreeCursor; typedef
210 struct RtreeCursor { struct
211 sqlite3_vtab_cursor base;
212 RtreeNode *pNode; /* Node cursor is currently pointing at */
213 int iCell; /* Index of current cell in pNode */
214 int iStrategy; /* Copy of idxNum search parameter */
215 int nConstraint; /* Number of entries in aConstraint */
216 RtreeConstraint *aConstraint; /* Search constraints. */