Searched refs:REG_NOERROR (Results 1 – 6 of 6) sorted by relevance
935 ret = REG_NOERROR; in prune_impossible_nodes()1002 err = REG_NOERROR; in check_matching()1429 return REG_NOERROR; in free_fail_stack_return()1556 err = REG_NOERROR; in sift_states_backward()1619 return REG_NOERROR; in build_sifted_states()1646 return REG_NOERROR; in clean_state_log_if_needed()1673 return REG_NOERROR; in merge_state_array()1721 return REG_NOERROR; in update_cur_sifted_state()2121 err = REG_NOERROR; in sift_states_bkref()2577 err = REG_NOERROR; in transit_state_bkref()[all …]
883 return REG_NOERROR; in init_dfa()997 return REG_NOERROR; in create_initial_state()1227 return REG_NOERROR; in optimize_subexps()1307 return REG_NOERROR; in calc_first()1330 return REG_NOERROR; in calc_next()1500 return REG_NOERROR; in duplicate_node_closure()1559 return REG_NOERROR; in calc_inveclosure()1603 return REG_NOERROR; in calc_eclosure()1678 return REG_NOERROR; in calc_eclosure_iter()2651 return REG_NOERROR; in build_range_exp()[all …]
60 return REG_NOERROR; in re_string_allocate()123 return REG_NOERROR; in re_string_construct()157 return REG_NOERROR; in re_string_realloc_buffers()471 return REG_NOERROR; in build_wcs_upper_buffer()741 return REG_NOERROR; in re_string_reconstruct()883 return REG_NOERROR; in re_node_set_alloc()899 return REG_NOERROR; in re_node_set_init_1()929 return REG_NOERROR; in re_node_set_init_2()950 return REG_NOERROR; in re_node_set_init_copy()1042 return REG_NOERROR; in re_node_set_add_intersect()[all …]
2783 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret); in PREFIX()2798 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret); in PREFIX()3190 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret); in PREFIX()4242 return REG_NOERROR; in PREFIX()4443 && (start_val > end_val))? REG_ERANGE : REG_NOERROR; in wcs_compile_range()4460 && (range_start > range_end))? REG_ERANGE : REG_NOERROR; in wcs_compile_range()4513 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR; in byte_compile_range()4528 ret = REG_NOERROR; in byte_compile_range()4546 ret = REG_NOERROR; in byte_compile_range()8046 if (ret == REG_NOERROR && preg->fastmap) in regcomp()[all …]
35 else if (regcomp (&re, "[a-f]*", 0) != REG_NOERROR) in main()
309 REG_NOERROR = 0, /* Success. */ enumerator
Completed in 30 milliseconds