Home
last modified time | relevance | path

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

/external/epid-sdk/ext/argtable3/
Dargtable3.c3052 }TRexNode; typedef
3060 TRexNode *_nodes;
3075 TRexNode n; in trex_newnode()
3082 TRexNode *new_nodes = NULL; in trex_newnode()
3084 new_nodes = (TRexNode *)realloc(exp->_nodes, exp->_nallocated * sizeof(TRexNode)); in trex_newnode()
3365 static TRexBool trex_matchclass(TRex* exp,TRexNode *node,TRexChar c) in trex_matchclass()
3398 static const TRexChar *trex_matchnode(TRex* exp,TRexNode *node,const TRexChar *str,TRexNode *next) in trex_matchnode()
3405 TRexNode *greedystop = NULL; in trex_matchnode()
3429 TRexNode *gnext = NULL; in trex_matchnode()
3455 TRexNode *temp=&exp->_nodes[node->left]; in trex_matchnode()
[all …]