Home
last modified time | relevance | path

Searched defs:SegmentNode (Results 1 – 8 of 8) sorted by relevance

/dports/editors/ted/Ted-2.23/bitmap/
H A DbmSegments.h21 typedef struct SegmentNode struct
28 } SegmentNode; argument
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/noding/
H A DSegmentNode.java23 public class SegmentNode class
32 …public SegmentNode(NodedSegmentString segString, Coordinate coord, int segmentIndex, int segmentOc… in SegmentNode() method in SegmentNode
/dports/graphics/geos/geos-3.9.1/src/noding/
H A DSegmentNode.cpp41 SegmentNode::SegmentNode(const NodedSegmentString& ss, const Coordinate& nCoord, in SegmentNode() function in geos::noding::SegmentNode
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3_write.c40 typedef struct SegmentNode SegmentNode; typedef
149 struct SegmentNode { struct
150 SegmentNode *pParent; /* Parent node (or NULL for root node) */ argument
151 SegmentNode *pRight; /* Pointer to right-sibling */ argument
152 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ argument
153 int nEntry; /* Number of terms written to node so far */
154 char *zTerm; /* Pointer to previous term buffer */
155 int nTerm; /* Number of bytes in zTerm */
156 int nMalloc; /* Size of malloc'd buffer at zMalloc */
158 int nData; /* Bytes of valid data so far */
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_write.c93 typedef struct SegmentNode SegmentNode; typedef
217 struct SegmentNode { struct
218 SegmentNode *pParent; /* Parent node (or NULL for root node) */ argument
219 SegmentNode *pRight; /* Pointer to right-sibling */ argument
220 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ argument
221 int nEntry; /* Number of terms written to node so far */
222 char *zTerm; /* Pointer to previous term buffer */
223 int nTerm; /* Number of bytes in zTerm */
224 int nMalloc; /* Size of malloc'd buffer at zMalloc */
226 int nData; /* Bytes of valid data so far */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c93 typedef struct SegmentNode SegmentNode; typedef
217 struct SegmentNode { struct
218 SegmentNode *pParent; /* Parent node (or NULL for root node) */ argument
219 SegmentNode *pRight; /* Pointer to right-sibling */ argument
220 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ argument
221 int nEntry; /* Number of terms written to node so far */
222 char *zTerm; /* Pointer to previous term buffer */
223 int nTerm; /* Number of bytes in zTerm */
224 int nMalloc; /* Size of malloc'd buffer at zMalloc */
226 int nData; /* Bytes of valid data so far */
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_write.c93 typedef struct SegmentNode SegmentNode; typedef
217 struct SegmentNode { struct
218 SegmentNode *pParent; /* Parent node (or NULL for root node) */ argument
219 SegmentNode *pRight; /* Pointer to right-sibling */ argument
220 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ argument
221 int nEntry; /* Number of terms written to node so far */
222 char *zTerm; /* Pointer to previous term buffer */
223 int nTerm; /* Number of bytes in zTerm */
224 int nMalloc; /* Size of malloc'd buffer at zMalloc */
226 int nData; /* Bytes of valid data so far */
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c93 typedef struct SegmentNode SegmentNode; typedef
217 struct SegmentNode { struct
218 SegmentNode *pParent; /* Parent node (or NULL for root node) */ argument
219 SegmentNode *pRight; /* Pointer to right-sibling */ argument
220 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ argument
221 int nEntry; /* Number of terms written to node so far */
222 char *zTerm; /* Pointer to previous term buffer */
223 int nTerm; /* Number of bytes in zTerm */
224 int nMalloc; /* Size of malloc'd buffer at zMalloc */
226 int nData; /* Bytes of valid data so far */
[all …]