Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c315 #define OVEC_UNIT (sizeof(PCRE2_SIZE)/sizeof(int)) macro
319 #define RWS_OVEC_RSIZE (1000*OVEC_UNIT) /* Ovector for recursion */
320 #define RWS_OVEC_OSIZE (2*OVEC_UNIT) /* Ovector in other cases */
2716 RWS_OVEC_OSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()
2815 RWS_OVEC_OSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()
2878 RWS_OVEC_RSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()
2967 RWS_OVEC_OSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()
3054 RWS_OVEC_OSIZE/OVEC_UNIT, /* size of same */ in internal_dfa_match()

Completed in 14 milliseconds