Home
last modified time | relevance | path

Searched refs:rtNode (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dnumeric_index.h46 typedef struct rtNode { struct
49 struct rtNode *left; argument
50 struct rtNode *right; argument
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dnumeric_index.h46 typedef struct rtNode { struct
49 struct rtNode *left; argument
50 struct rtNode *right; argument
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dnumeric_index.h48 typedef struct rtNode { struct
51 struct rtNode *left; argument
52 struct rtNode *right; argument
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A DdbRtTree.h149 typedef DList<dbRtNode, &dbRtNode::rtNode>::iterator node_iterator;
237 DList<dbRtNode, &dbRtNode::rtNode> _nodes;
H A DdbRtNode.h228 static DListEntry<dbRtNode>* rtNode(dbRtNode* node) in rtNode() function
/dports/devel/upnp/pupnp-release-1.14.12/ixml/src/
H A Ddocument.c88 IXML_Node **rtNode) in ixmlDocument_importNode() argument
93 *rtNode = NULL; in ixmlDocument_importNode()
110 *rtNode = newNode; in ixmlDocument_importNode()
/dports/devel/upnp/pupnp-release-1.14.12/ixml/inc/
H A Dixml.h1032 IXML_Node **rtNode);