Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c317 #define OVEC_UNIT (sizeof(PCRE2_SIZE)/sizeof(int)) macro
321 #define RWS_OVEC_RSIZE (1000*OVEC_UNIT) /* Ovector for recursion */
322 #define RWS_OVEC_OSIZE (2*OVEC_UNIT) /* Ovector in other cases */
2820 RWS_OVEC_OSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()
2919 RWS_OVEC_OSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()
2987 RWS_OVEC_RSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()
3076 RWS_OVEC_OSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()
3163 RWS_OVEC_OSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()

Completed in 10 milliseconds