Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c2556 int private_count, shared_count, kept_shared_count; in copy_recurse_data() local
2647 kept_shared_count = 0; in copy_recurse_data()
2656 kept_shared_count = 1; in copy_recurse_data()
2668 kept_shared_count = 1; in copy_recurse_data()
2673 kept_shared_srcw[kept_shared_count] = common->mark_ptr; in copy_recurse_data()
2674 kept_shared_count++; in copy_recurse_data()
2872 kept_shared_count = 1; in copy_recurse_data()
2945 for (i = 0; i < kept_shared_count; i++) in copy_recurse_data()
2959 stackptr += sizeof(sljit_sw) * kept_shared_count; in copy_recurse_data()

Completed in 29 milliseconds