Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3236 …mmon, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *bytes, int max_chars, pcre_uint32 *rec_count) in scan_prefix() argument
3254 if (*rec_count == 0) in scan_prefix()
3256 (*rec_count)--; in scan_prefix()
3323 max_chars = scan_prefix(common, cc + len, chars, bytes, max_chars, rec_count); in scan_prefix()
3346 … max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, bytes, max_chars, rec_count); in scan_prefix()
3588 pcre_uint32 rec_count; in fast_forward_first_n_chars() local
3597 rec_count = 10000; in fast_forward_first_n_chars()
3598 max = scan_prefix(common, common->start, chars, bytes, MAX_N_CHARS, &rec_count); in fast_forward_first_n_chars()

Completed in 26 milliseconds