Home
last modified time | relevance | path

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

/external/epid-sdk/ext/argtable3/
Dargtable3.c3398 static const TRexChar *trex_matchnode(TRex* exp,TRexNode *node,const TRexChar *str,TRexNode *next) in trex_matchnode() function
3419 if(!(s = trex_matchnode(exp,&exp->_nodes[node->left],s,greedystop))) in trex_matchnode()
3435 stop = trex_matchnode(exp,greedystop,s,gnext); in trex_matchnode()
3456 while( (asd = trex_matchnode(exp,temp,asd,NULL)) ) { in trex_matchnode()
3464 while( (asd = trex_matchnode(exp,temp,asd,NULL)) ) { in trex_matchnode()
3491 if(!(cur = trex_matchnode(exp,n,cur,subnext))) { in trex_matchnode()
3626 res = trex_matchnode(exp,exp->_nodes,text,NULL); in trex_match()
3643 cur = trex_matchnode(exp,&exp->_nodes[node],cur,NULL); in trex_searchrange()