Home
last modified time | relevance | path

Searched refs:FlowTree (Results 1 – 9 of 9) sorted by relevance

/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dflowtree.c215 if ( !FlowTree ) { in Init_FlowTree()
219 RB_INIT(FlowTree); in Init_FlowTree()
229 free(FlowTree); in Init_FlowTree()
230 FlowTree = NULL; in Init_FlowTree()
260 for (node = RB_MIN(FlowTree, FlowTree); node != NULL; node = nxt) { in Dispose_FlowTree()
261 nxt = RB_NEXT(FlowTree, FlowTree, node); in Dispose_FlowTree()
284 return RB_FIND(FlowTree, FlowTree, node); in Lookup_Node()
294 n = RB_INSERT(FlowTree, FlowTree, node); in Insert_Node()
321 RB_REMOVE(FlowTree, FlowTree, node); in Remove_Node()
370 nxt = RB_NEXT(FlowTree, FlowTree, node); in Flush_FlowTree()
[all …]
H A Dflowtree.h118 typedef RB_HEAD(FlowTree, FlowNode) FlowTree_t;
121 RB_PROTOTYPE(FlowTree, FlowNode, entry, FlowNodeCMP);
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcodeflow.c51 static set *FlowTree=NULL;
53 void dbg_dumpFlowTree(set *FlowTree)
60 for(segment = setFirstItem(FlowTree); segment; segment=setNextItem(FlowTree)) {
86 addSetHead(&FlowTree, segment);
99 addSetIfnotP(&FlowTree, segment);
132 addSetIfnotP(&FlowTree, segment);
145 FlowTree = newSet();
154 pb->FlowTree = FlowTree;
156 dbg_dumpFlowTree(FlowTree);
H A Dpcode.h825 set *FlowTree; member
H A Dpcode.c4050 PpB->FlowTree = NULL; in newpBlock()
/dports/net/glflow/glFlow-0.1/
H A DMakefile.am2 glflow_SOURCES = FlowNode.cpp FlowTree.cpp HostNode.cpp HostTree.cpp main.cpp
H A DMakefile.in57 am_glflow_OBJECTS = FlowNode.$(OBJEXT) FlowTree.$(OBJEXT) \
169 glflow_SOURCES = FlowNode.cpp FlowTree.cpp HostNode.cpp HostTree.cpp main.cpp
260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FlowTree.Po@am__quote@
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dpcode.h652 set *FlowTree; member
H A Dpcode.c2569 PpB->FlowTree = NULL; in newpBlock()