Home
last modified time | relevance | path

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

/external/epid-sdk/ext/argtable3/
Dargtable3.c3063 int _nsubexpr; member
3080 n.right = exp->_nsubexpr++; in trex_newnode()
3568 exp->_nsubexpr = 0; in trex_compile()
3596 exp->_matches = (TRexMatch *) malloc(exp->_nsubexpr * sizeof(TRexMatch)); in trex_compile()
3598 memset(exp->_matches,0,exp->_nsubexpr * sizeof(TRexMatch)); in trex_compile()
3668 return exp->_nsubexpr; in trex_getsubexpcount()
3673 if( n<0 || n >= exp->_nsubexpr) return TRex_False; in trex_getsubexp()