Searched refs:SET_ENCLOSE_STATUS (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regparse.h | 135 #define SET_ENCLOSE_STATUS(node,f) (node)->u.enclose.state |= (f) macro
|
H A D | regcomp.c | 2125 SET_ENCLOSE_STATUS(node, NST_MIN_FIXED); in get_min_match_length() 2242 SET_ENCLOSE_STATUS(node, NST_MAX_FIXED); in get_max_match_length() 2364 SET_ENCLOSE_STATUS(node, NST_CLEN_FIXED); in get_char_length_tree1() 2784 SET_ENCLOSE_STATUS(node, NST_MARK2); in subexp_inf_recursive_check() 2835 SET_ENCLOSE_STATUS(node, NST_MARK1); in subexp_inf_recursive_check_trav() 2894 SET_ENCLOSE_STATUS(node, NST_MARK2); in subexp_recursive_check() 2958 SET_ENCLOSE_STATUS(node, NST_MARK1); in subexp_recursive_check_trav() 2960 if (r != 0) SET_ENCLOSE_STATUS(node, NST_RECURSION); in subexp_recursive_check_trav() 3034 SET_ENCLOSE_STATUS(cn->target, NST_CALLED); in setup_subexp_call() 3715 SET_ENCLOSE_STATUS(nodes[p[i]], NST_MEM_BACKREFED); in setup_tree() [all …]
|
H A D | regparse.c | 1405 SET_ENCLOSE_STATUS(node, NST_NAMED_GROUP); in node_new_enclose_memory()
|
Completed in 32 milliseconds