rec_count 3236 ext/pcre/pcrelib/pcre_jit_compile.c static int scan_prefix(compiler_common *common, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *bytes, int max_chars, pcre_uint32 *rec_count) rec_count 3254 ext/pcre/pcrelib/pcre_jit_compile.c if (*rec_count == 0) rec_count 3256 ext/pcre/pcrelib/pcre_jit_compile.c (*rec_count)--; rec_count 3323 ext/pcre/pcrelib/pcre_jit_compile.c max_chars = scan_prefix(common, cc + len, chars, bytes, max_chars, rec_count); rec_count 3346 ext/pcre/pcrelib/pcre_jit_compile.c max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, bytes, max_chars, rec_count); rec_count 3588 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uint32 rec_count; rec_count 3597 ext/pcre/pcrelib/pcre_jit_compile.c rec_count = 10000; rec_count 3598 ext/pcre/pcrelib/pcre_jit_compile.c max = scan_prefix(common, common->start, chars, bytes, MAX_N_CHARS, &rec_count);