Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c1472 …compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, BOOL *needs_control_head) in get_framesize() argument
1484 *needs_control_head = TRUE; in get_framesize()
1486 *needs_control_head = FALSE; in get_framesize()
1527 *needs_control_head = TRUE; in get_framesize()
1568 *needs_control_head = TRUE; in get_framesize()
1779 …data_copy_length(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL needs_control_head) in get_private_data_copy_length() argument
1781 int private_data_length = needs_control_head ? 3 : 2; in get_private_data_copy_length()
1905 BOOL save, int stackptr, int stacktop, BOOL needs_control_head) in copy_private_data() argument
1926 stackptr += (needs_control_head ? 2 : 1) * sizeof(sljit_sw); in copy_private_data()
1951 if (needs_control_head) in copy_private_data()
[all …]