Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c384 BOOL has_set_som; member
806 common->has_set_som = TRUE; in check_opcode_types()
1485 SLJIT_ASSERT(common->has_set_som); in get_framesize()
1512 if (common->has_set_som && !setsom_found) in get_framesize()
1660 SLJIT_ASSERT(common->has_set_som); in init_frame()
1690 if (common->has_set_som && !setsom_found) in init_frame()
7104 if (common->has_set_som && common->mark_ptr != 0) in compile_recurse_matchingpath()
7112 else if (common->has_set_som || common->mark_ptr != 0) in compile_recurse_matchingpath()
9786 if (common->has_set_som && common->mark_ptr != 0) in compile_recurse_backtrackingpath()
9794 else if (common->has_set_som || common->mark_ptr != 0) in compile_recurse_backtrackingpath()
[all …]

Completed in 29 milliseconds