Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.h129 struct _Node* next_head_exact; member
H A Dregcomp.c729 if (IS_NOT_NULL(qn->next_head_exact) && !CKN_ON) in compile_length_quantifier_node()
807 if (IS_NOT_NULL(qn->next_head_exact) && !CKN_ON) { in compile_quantifier_node()
818 return add_bytes(reg, NSTRING(qn->next_head_exact).s, 1); in compile_quantifier_node()
958 if (IS_NOT_NULL(qn->next_head_exact)) in compile_length_quantifier_node()
982 else if (IS_NOT_NULL(qn->next_head_exact)) in compile_length_quantifier_node()
1023 if (IS_NOT_NULL(qn->next_head_exact)) { in compile_quantifier_node()
1029 return add_bytes(reg, NSTRING(qn->next_head_exact).s, 1); in compile_quantifier_node()
1050 else if (IS_NOT_NULL(qn->next_head_exact)) in compile_quantifier_node()
1076 else if (IS_NOT_NULL(qn->next_head_exact)) { in compile_quantifier_node()
1080 add_bytes(reg, NSTRING(qn->next_head_exact).s, 1); in compile_quantifier_node()
[all …]
H A Dregparse.c1333 NQUANTIFIER(node).next_head_exact = NULL_NODE; in node_new_quantifier()

Completed in 28 milliseconds