Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c1240 …mpiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL recursive, BOOL* needs_control_head) in get_framesize() argument
1252 *needs_control_head = TRUE; in get_framesize()
1254 *needs_control_head = FALSE; in get_framesize()
1295 *needs_control_head = TRUE; in get_framesize()
1537 …ta_copy_length(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL needs_control_head) in get_private_data_copy_length() argument
1539 int private_data_length = needs_control_head ? 3 : 2; in get_private_data_copy_length()
1658 BOOL save, int stackptr, int stacktop, BOOL needs_control_head) in copy_private_data() argument
1679 stackptr += (needs_control_head ? 2 : 1) * sizeof(sljit_sw); in copy_private_data()
1704 if (needs_control_head) in copy_private_data()
6246 BOOL needs_control_head; in compile_recurse_matchingpath() local
[all …]