Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6167 sljit_u8 *update_table = NULL; in fast_forward_first_n_chars() local
6239 update_table = (sljit_u8 *)allocate_read_only_data(common, 256); in fast_forward_first_n_chars()
6240 if (update_table == NULL) in fast_forward_first_n_chars()
6242 memset(update_table, IN_UCHARS(range_len), 256); in fast_forward_first_n_chars()
6252 if (update_table[(*char_set) & 0xff] > IN_UCHARS(i)) in fast_forward_first_n_chars()
6253 update_table[(*char_set) & 0xff] = IN_UCHARS(i); in fast_forward_first_n_chars()
6307 OP1(SLJIT_MOV, RETURN_ADDR, 0, SLJIT_IMM, (sljit_sw)update_table); in fast_forward_first_n_chars()
6321 OP1(SLJIT_MOV_U8, TMP1, 0, SLJIT_MEM1(TMP1), (sljit_sw)update_table); in fast_forward_first_n_chars()

Completed in 33 milliseconds