Searched refs:empty_info (Results 1 – 1 of 1) sorted by relevance
364 compile_tree_empty_check(Node* node, regex_t* reg, int empty_info) in compile_tree_empty_check() argument369 if (empty_info != 0) { in compile_tree_empty_check()380 if (empty_info != 0) { in compile_tree_empty_check()381 if (empty_info == NQ_TARGET_IS_EMPTY) in compile_tree_empty_check()383 else if (empty_info == NQ_TARGET_IS_EMPTY_MEM) in compile_tree_empty_check()385 else if (empty_info == NQ_TARGET_IS_EMPTY_REC) in compile_tree_empty_check()686 compile_range_repeat_node(QtfrNode* qn, int target_len, int empty_info, in compile_range_repeat_node() argument703 r = compile_tree_empty_check(qn->target, reg, empty_info); in compile_range_repeat_node()742 int empty_info = qn->target_empty_info; in compile_length_quantifier_node() local761 if (empty_info != 0) in compile_length_quantifier_node()[all …]