Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c364 BOOL has_set_som; member
790 common->has_set_som = TRUE; in check_opcode_types()
1276 SLJIT_ASSERT(common->has_set_som); in get_framesize()
1303 if (common->has_set_som && !setsom_found) in get_framesize()
1450 SLJIT_ASSERT(common->has_set_som); in init_frame()
1480 if (common->has_set_som && !setsom_found) in init_frame()
6335 if (common->has_set_som && common->mark_ptr != 0) in compile_recurse_matchingpath()
6343 else if (common->has_set_som || common->mark_ptr != 0) in compile_recurse_matchingpath()
8777 if (common->has_set_som && common->mark_ptr != 0) in compile_recurse_backtrackingpath()
8785 else if (common->has_set_som || common->mark_ptr != 0) in compile_recurse_backtrackingpath()
[all …]

Completed in 26 milliseconds