Searched refs:update_table (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 3586 sljit_ub *update_table = NULL; in fast_forward_first_n_chars() local 3639 update_table = (sljit_ub *)allocate_read_only_data(common, 256); in fast_forward_first_n_chars() 3640 if (update_table == NULL) in fast_forward_first_n_chars() 3642 memset(update_table, IN_UCHARS(range_len), 256); in fast_forward_first_n_chars() 3652 if (update_table[*byte_set] > IN_UCHARS(i)) in fast_forward_first_n_chars() 3653 update_table[*byte_set] = IN_UCHARS(i); in fast_forward_first_n_chars() 3741 OP1(SLJIT_MOV, RETURN_ADDR, 0, SLJIT_IMM, (sljit_sw)update_table); in fast_forward_first_n_chars() 3760 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP1), (sljit_sw)update_table); in fast_forward_first_n_chars()
|
Completed in 21 milliseconds