Lines Matching refs:empty_info

360 compile_tree_empty_check(Node* node, regex_t* reg, int empty_info)  in compile_tree_empty_check()  argument
365 if (empty_info != 0) { in compile_tree_empty_check()
376 if (empty_info != 0) { in compile_tree_empty_check()
377 if (empty_info == NQ_TARGET_IS_EMPTY) in compile_tree_empty_check()
379 else if (empty_info == NQ_TARGET_IS_EMPTY_MEM) in compile_tree_empty_check()
381 else if (empty_info == NQ_TARGET_IS_EMPTY_REC) in compile_tree_empty_check()
681 compile_range_repeat_node(QtfrNode* qn, int target_len, int empty_info, in compile_range_repeat_node() argument
698 r = compile_tree_empty_check(qn->target, reg, empty_info); in compile_range_repeat_node()
737 int empty_info = qn->target_empty_info; in compile_length_quantifier_node() local
756 if (empty_info != 0) in compile_length_quantifier_node()
817 int empty_info = qn->target_empty_info; in compile_quantifier_node() local
859 if (empty_info != 0) in compile_quantifier_node()
883 r = compile_tree_empty_check(qn->target, reg, empty_info); in compile_quantifier_node()
894 r = compile_tree_empty_check(qn->target, reg, empty_info); in compile_quantifier_node()
952 r = compile_range_repeat_node(qn, mod_tlen, empty_info, reg); in compile_quantifier_node()
970 int empty_info = qn->target_empty_info; in compile_length_quantifier_node() local
985 if (empty_info != 0) in compile_length_quantifier_node()
1035 int empty_info = qn->target_empty_info; in compile_quantifier_node() local
1059 if (empty_info != 0) in compile_quantifier_node()
1091 r = compile_tree_empty_check(qn->target, reg, empty_info); in compile_quantifier_node()
1101 r = compile_tree_empty_check(qn->target, reg, empty_info); in compile_quantifier_node()
1109 r = compile_tree_empty_check(qn->target, reg, empty_info); in compile_quantifier_node()
1118 r = compile_tree_empty_check(qn->target, reg, empty_info); in compile_quantifier_node()
1152 r = compile_range_repeat_node(qn, mod_tlen, empty_info, reg); in compile_quantifier_node()