Searched refs:RWS_OVEC_RSIZE (Results 1 – 1 of 1) sorted by relevance
319 #define RWS_OVEC_RSIZE (1000*OVEC_UNIT) /* Ovector for recursion */ macro2845 if (rws->free < RWS_RSIZE + RWS_OVEC_RSIZE) in internal_dfa_match()2847 rc = more_workspace(&rws, RWS_OVEC_RSIZE, mb); in internal_dfa_match()2853 local_workspace = ((int *)local_offsets) + RWS_OVEC_RSIZE; in internal_dfa_match()2854 rws->free -= RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()2878 RWS_OVEC_RSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()2884 rws->free += RWS_RSIZE + RWS_OVEC_RSIZE; in internal_dfa_match()
Completed in 18 milliseconds