Home
last modified time | relevance | path

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

/external/epid-sdk/ext/argtable3/
Dargtable3.c2740 } TRexMatch; typedef
2748 TREX_API TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp);
3064 TRexMatch *_matches;
3596 exp->_matches = (TRexMatch *) malloc(exp->_nsubexpr * sizeof(TRexMatch)); in trex_compile()
3598 memset(exp->_matches,0,exp->_nsubexpr * sizeof(TRexMatch)); in trex_compile()
3671 TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp) in trex_getsubexp()