Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c2612 int private_count, shared_count, kept_shared_count; in copy_recurse_data() local
2701 kept_shared_count = 0; in copy_recurse_data()
2710 kept_shared_count = 1; in copy_recurse_data()
2721 kept_shared_count = 1; in copy_recurse_data()
2725 kept_shared_srcw[kept_shared_count] = common->mark_ptr; in copy_recurse_data()
2726 kept_shared_count++; in copy_recurse_data()
2945 kept_shared_count = 1; in copy_recurse_data()
3015 for (i = 0; i < kept_shared_count; i++) in copy_recurse_data()
3029 stackptr += sizeof(sljit_sw) * kept_shared_count; in copy_recurse_data()

Completed in 32 milliseconds