Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c4323 sljit_u8 *update_table = NULL; in fast_forward_first_n_chars() local
4363 update_table = (sljit_u8 *)allocate_read_only_data(common, 256); in fast_forward_first_n_chars()
4364 if (update_table == NULL) in fast_forward_first_n_chars()
4366 memset(update_table, IN_UCHARS(range_len), 256); in fast_forward_first_n_chars()
4376 if (update_table[(*char_set) & 0xff] > IN_UCHARS(i)) in fast_forward_first_n_chars()
4377 update_table[(*char_set) & 0xff] = IN_UCHARS(i); in fast_forward_first_n_chars()
4442 OP1(SLJIT_MOV, RETURN_ADDR, 0, SLJIT_IMM, (sljit_sw)update_table); in fast_forward_first_n_chars()
4457 OP1(SLJIT_MOV_U8, TMP1, 0, SLJIT_MEM1(TMP1), (sljit_sw)update_table); in fast_forward_first_n_chars()

Completed in 28 milliseconds