Lines Matching refs:reg_errcode_t

20 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
24 static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, Idx node,
27 static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, Idx node,
34 static reg_errcode_t re_search_internal (const regex_t *preg,
52 static reg_errcode_t prune_impossible_nodes (re_match_context_t *mctx);
60 static reg_errcode_t push_fail_stack (struct re_fail_stack_t *fs,
64 static reg_errcode_t set_regs (const regex_t *preg,
68 static reg_errcode_t free_fail_stack_return (struct re_fail_stack_t *fs);
75 static reg_errcode_t sift_states_backward (const re_match_context_t *mctx,
77 static reg_errcode_t build_sifted_states (const re_match_context_t *mctx,
80 static reg_errcode_t update_cur_sifted_state (const re_match_context_t *mctx,
84 static reg_errcode_t add_epsilon_src_nodes (const re_dfa_t *dfa,
98 static reg_errcode_t check_subexp_limits (const re_dfa_t *dfa,
104 static reg_errcode_t sift_states_bkref (const re_match_context_t *mctx,
107 static reg_errcode_t merge_state_array (const re_dfa_t *dfa,
110 static re_dfastate_t *find_recover_state (reg_errcode_t *err,
112 static re_dfastate_t *transit_state (reg_errcode_t *err,
115 static re_dfastate_t *merge_state_with_log (reg_errcode_t *err,
118 static reg_errcode_t check_subexp_matching_top (re_match_context_t *mctx,
122 static re_dfastate_t *transit_state_sb (reg_errcode_t *err,
127 static reg_errcode_t transit_state_mb (re_match_context_t *mctx,
130 static reg_errcode_t transit_state_bkref (re_match_context_t *mctx,
132 static reg_errcode_t get_subexp (re_match_context_t *mctx,
134 static reg_errcode_t get_subexp_sub (re_match_context_t *mctx,
140 static reg_errcode_t check_arrival (re_match_context_t *mctx,
144 static reg_errcode_t check_arrival_add_next_nodes (re_match_context_t *mctx,
148 static reg_errcode_t check_arrival_expand_ecl (const re_dfa_t *dfa,
151 static reg_errcode_t check_arrival_expand_ecl_sub (const re_dfa_t *dfa,
155 static reg_errcode_t expand_bkref_cache (re_match_context_t *mctx,
173 static reg_errcode_t extend_buffers (re_match_context_t *mctx, int min_len);
196 reg_errcode_t err; in regexec()
373 reg_errcode_t result; in re_search_stub()
584 static reg_errcode_t
590 reg_errcode_t err; in re_search_internal()
904 static reg_errcode_t
910 reg_errcode_t ret; in prune_impossible_nodes()
1001 acquire_init_state_context (reg_errcode_t *err, const re_match_context_t *mctx, in acquire_init_state_context()
1047 reg_errcode_t err; in check_matching()
1320 static reg_errcode_t
1326 reg_errcode_t err; in push_fail_stack()
1378 static reg_errcode_t
1472 static reg_errcode_t
1559 static reg_errcode_t
1562 reg_errcode_t err; in sift_states_backward()
1614 static reg_errcode_t
1673 static reg_errcode_t
1683 reg_errcode_t err; in clean_state_log_if_needed()
1698 static reg_errcode_t
1703 reg_errcode_t err; in merge_state_array()
1724 static reg_errcode_t
1730 reg_errcode_t err = REG_NOERROR; in update_cur_sifted_state()
1771 static reg_errcode_t
1776 reg_errcode_t err = REG_NOERROR; in add_epsilon_src_nodes()
1800 static reg_errcode_t
1805 reg_errcode_t err; in sub_epsilon_src_nodes()
1993 static reg_errcode_t
1998 reg_errcode_t err; in check_subexp_limits()
2080 static reg_errcode_t
2086 reg_errcode_t err; in sift_states_bkref()
2212 transit_state (reg_errcode_t *err, re_match_context_t *mctx, in transit_state()
2269 merge_state_with_log (reg_errcode_t *err, re_match_context_t *mctx, in merge_state_with_log()
2347 find_recover_state (reg_errcode_t *err, re_match_context_t *mctx) in find_recover_state()
2376 static reg_errcode_t
2382 reg_errcode_t err; in check_subexp_matching_top()
2410 transit_state_sb (reg_errcode_t *err, re_match_context_t *mctx,
2448 static reg_errcode_t
2452 reg_errcode_t err; in transit_state_mb()
2517 static reg_errcode_t
2521 reg_errcode_t err; in transit_state_bkref()
2628 static reg_errcode_t
2652 reg_errcode_t err; in get_subexp()
2782 static reg_errcode_t
2786 reg_errcode_t err; in get_subexp_sub()
2832 static reg_errcode_t
2838 reg_errcode_t err = REG_NOERROR; in check_arrival()
2997 static reg_errcode_t
3006 reg_errcode_t err = REG_NOERROR; in check_arrival_add_next_nodes()
3076 static reg_errcode_t
3080 reg_errcode_t err; in check_arrival_expand_ecl()
3126 static reg_errcode_t
3154 reg_errcode_t err; in check_arrival_expand_ecl_sub()
3171 static reg_errcode_t
3177 reg_errcode_t err; in expand_bkref_cache()
3202 reg_errcode_t err2, err3; in expand_bkref_cache()
3263 reg_errcode_t err; in build_trtable()
3453 reg_errcode_t err; in group_nodes_into_DFAstates()
3984 static reg_errcode_t
3988 reg_errcode_t ret; in extend_buffers()
4050 static reg_errcode_t
4128 static reg_errcode_t
4199 static reg_errcode_t