Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c2713 int private_count, shared_count, kept_shared_count; in copy_recurse_data() local
2802 kept_shared_count = 0; in copy_recurse_data()
2811 kept_shared_count = 1; in copy_recurse_data()
2822 kept_shared_count = 1; in copy_recurse_data()
2826 kept_shared_srcw[kept_shared_count] = common->mark_ptr; in copy_recurse_data()
2827 kept_shared_count++; in copy_recurse_data()
3046 kept_shared_count = 1; in copy_recurse_data()
3116 for (i = 0; i < kept_shared_count; i++) in copy_recurse_data()
3130 stackptr += sizeof(sljit_sw) * kept_shared_count; in copy_recurse_data()

Completed in 35 milliseconds