Searched refs:scan_prefix (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 3212 static int scan_prefix(compiler_common *common, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *byt… in scan_prefix() function 3294 max_chars = scan_prefix(common, cc + len, chars, bytes, max_chars); in scan_prefix() 3317 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, bytes, max_chars); in scan_prefix() 3567 max = scan_prefix(common, common->start, chars, bytes, MAX_N_CHARS); in fast_forward_first_n_chars()
|
Completed in 26 milliseconds