Home
last modified time | relevance | path

Searched defs:RtreeSearchPoint (Results 1 – 4 of 4) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rtree/
H A Drtree.c91 typedef struct RtreeSearchPoint RtreeSearchPoint; typedef
187 struct RtreeSearchPoint { struct
188 RtreeDValue rScore; /* The score for this node. Smallest goes first. */
189 sqlite3_int64 id; /* Node ID */
190 u8 iLevel; /* 0=entries. 1=leaf node. 2+ for higher */
191 u8 eWithin; /* PARTLY_WITHIN or FULLY_WITHIN */
192 u8 iCell; /* Cell index within the node */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rtree/
H A Drtree.c100 typedef struct RtreeSearchPoint RtreeSearchPoint; typedef
218 struct RtreeSearchPoint { struct
219 RtreeDValue rScore; /* The score for this node. Smallest goes first. */
220 sqlite3_int64 id; /* Node ID */
221 u8 iLevel; /* 0=entries. 1=leaf node. 2+ for higher */
222 u8 eWithin; /* PARTLY_WITHIN or FULLY_WITHIN */
223 u8 iCell; /* Cell index within the node */
/dports/databases/sqlite3/sqlite-src-3350500/ext/rtree/
H A Drtree.c101 typedef struct RtreeSearchPoint RtreeSearchPoint; typedef
219 struct RtreeSearchPoint { struct
220 RtreeDValue rScore; /* The score for this node. Smallest goes first. */
221 sqlite3_int64 id; /* Node ID */
222 u8 iLevel; /* 0=entries. 1=leaf node. 2+ for higher */
223 u8 eWithin; /* PARTLY_WITHIN or FULLY_WITHIN */
224 u8 iCell; /* Cell index within the node */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rtree/
H A Drtree.c101 typedef struct RtreeSearchPoint RtreeSearchPoint; typedef
219 struct RtreeSearchPoint { struct
220 RtreeDValue rScore; /* The score for this node. Smallest goes first. */
221 sqlite3_int64 id; /* Node ID */
222 u8 iLevel; /* 0=entries. 1=leaf node. 2+ for higher */
223 u8 eWithin; /* PARTLY_WITHIN or FULLY_WITHIN */
224 u8 iCell; /* Cell index within the node */