Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c13399 sljit_uw total_length; in jit_compile() local
13577 total_length = ccend - common->start; in jit_compile()
13578 common->private_data_ptrs = (sljit_s32 *)SLJIT_MALLOC(total_length * (sizeof(sljit_s32) + (common->… in jit_compile()
13584 memset(common->private_data_ptrs, 0, total_length * sizeof(sljit_s32)); in jit_compile()
13602 common->then_offsets = (sljit_u8 *)(common->private_data_ptrs + total_length); in jit_compile()
13603 memset(common->then_offsets, 0, total_length); in jit_compile()

Completed in 32 milliseconds