Searched refs:qn (Results 1 – 6 of 6) sorted by relevance
798 else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */ in compile_length_quantifier_node()934 else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */ in compile_quantifier_node()1019 else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */ in compile_length_quantifier_node()1131 int n = qn->upper - qn->lower; in compile_quantifier_node()1144 else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */ in compile_quantifier_node()2324 if (qn->lower == qn->upper) { in get_char_length_tree1()3560 qn->upper = (qn->lower == 0 ? 1 : qn->lower); in setup_comb_exp_check()3580 var_num = qn->upper - qn->lower; in setup_comb_exp_check()3757 if (qn->lower != qn->upper) in setup_tree()3765 if (!IS_REPEAT_INFINITE(qn->lower) && qn->lower == qn->upper && in setup_tree()[all …]
155 #define IS_QUANTIFIER_IN_REPEAT(qn) (((qn)->state & NST_IN_REPEAT) != 0) argument156 #define IS_QUANTIFIER_BY_NUMBER(qn) (((qn)->state & NST_BY_NUMBER) != 0) argument
4765 QtfrNode* qn; in set_quantifier() local4767 qn = NQTFR(qnode); in set_quantifier()4768 if (qn->lower == 1 && qn->upper == 1) { in set_quantifier()4779 qn->target = n; in set_quantifier()4835 if (! IS_REPEAT_INFINITE(qn->upper) && qn->upper > 1 && qn->greedy) { in set_quantifier()4836 qn->upper = (qn->lower == 0 ? 1 : qn->lower); in set_quantifier()5047 Node* qn; in parse_exp() local5317 *np = qn; in parse_exp()5390 onig_node_free(qn); in parse_exp()5402 qn = en; in parse_exp()[all …]
92 2007/06/06: [tune] don't set qn->next_head_exact for string first byte is zero.
14 print `$phpdbg -qn`;
24 array( 'w/qn', '9c6e50f771dcafd0' ),
Completed in 50 milliseconds