Searched refs:RWS_OVEC_RSIZE (Results 1 – 1 of 1) sorted by relevance
312 #define RWS_OVEC_RSIZE (1000*OVEC_UNIT) /* Ovector for recursion */ macro2831 if (rws->free < RWS_RSIZE + RWS_OVEC_RSIZE) in internal_dfa_match()2833 rc = more_workspace(&rws, RWS_OVEC_RSIZE, mb); in internal_dfa_match()2839 local_workspace = ((int *)local_offsets) + RWS_OVEC_RSIZE; in internal_dfa_match()2840 rws->free -= RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()2864 RWS_OVEC_RSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()2870 rws->free += RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()
Completed in 19 milliseconds