Searched refs:TRexMatch (Results 1 – 1 of 1) sorted by relevance
2672 } TRexMatch; typedef2680 TREX_API TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp);2989 TRexMatch *_matches;3503 exp->_matches = (TRexMatch *) malloc(exp->_nsubexpr * sizeof(TRexMatch)); in trex_compile()3504 memset(exp->_matches,0,exp->_nsubexpr * sizeof(TRexMatch)); in trex_compile()3574 TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp) in trex_getsubexp()