Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5934 sljit_u8 *update_table = NULL; in fast_forward_first_n_chars() local
6006 update_table = (sljit_u8 *)allocate_read_only_data(common, 256); in fast_forward_first_n_chars()
6007 if (update_table == NULL) in fast_forward_first_n_chars()
6009 memset(update_table, IN_UCHARS(range_len), 256); in fast_forward_first_n_chars()
6019 if (update_table[(*char_set) & 0xff] > IN_UCHARS(i)) in fast_forward_first_n_chars()
6020 update_table[(*char_set) & 0xff] = IN_UCHARS(i); in fast_forward_first_n_chars()
6074 OP1(SLJIT_MOV, RETURN_ADDR, 0, SLJIT_IMM, (sljit_sw)update_table); in fast_forward_first_n_chars()
6088 OP1(SLJIT_MOV_U8, TMP1, 0, SLJIT_MEM1(TMP1), (sljit_sw)update_table); in fast_forward_first_n_chars()

Completed in 32 milliseconds