Lines Matching defs:mctx

601   re_match_context_t mctx = { .dfa = dfa };  in re_search_internal()  local
906 prune_impossible_nodes (re_match_context_t *mctx) in prune_impossible_nodes()
1001 acquire_init_state_context (reg_errcode_t *err, const re_match_context_t *mctx, in acquire_init_state_context()
1043 check_matching (re_match_context_t *mctx, bool fl_longest_match, in check_matching()
1193 check_halt_state_context (const re_match_context_t *mctx, in check_halt_state_context()
1212 proceed_next_node (const re_match_context_t *mctx, Idx nregs, regmatch_t *regs, in proceed_next_node()
1380 set_regs (const regex_t *preg, const re_match_context_t *mctx, size_t nmatch, in set_regs()
1560 sift_states_backward (const re_match_context_t *mctx, re_sift_context_t *sctx) in sift_states_backward()
1616 build_sifted_states (const re_match_context_t *mctx, re_sift_context_t *sctx, in build_sifted_states()
1674 clean_state_log_if_needed (re_match_context_t *mctx, Idx next_state_log_idx) in clean_state_log_if_needed()
1725 update_cur_sifted_state (const re_match_context_t *mctx, in update_cur_sifted_state()
1849 check_dst_limits (const re_match_context_t *mctx, const re_node_set *limits, in check_dst_limits()
1884 check_dst_limits_calc_pos_1 (const re_match_context_t *mctx, int boundaries, in check_dst_limits_calc_pos_1()
1965 check_dst_limits_calc_pos (const re_match_context_t *mctx, Idx limit, in check_dst_limits_calc_pos()
2082 sift_states_bkref (const re_match_context_t *mctx, re_sift_context_t *sctx, in sift_states_bkref()
2181 sift_states_iter_mb (const re_match_context_t *mctx, re_sift_context_t *sctx, in sift_states_iter_mb()
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()
2377 check_subexp_matching_top (re_match_context_t *mctx, re_node_set *cur_nodes, in check_subexp_matching_top()
2449 transit_state_mb (re_match_context_t *mctx, re_dfastate_t *pstate) in transit_state_mb()
2518 transit_state_bkref (re_match_context_t *mctx, const re_node_set *nodes) in transit_state_bkref()
2630 get_subexp (re_match_context_t *mctx, Idx bkref_node, Idx bkref_str_idx) in get_subexp()
2783 get_subexp_sub (re_match_context_t *mctx, const re_sub_match_top_t *sub_top, in get_subexp_sub()
2834 check_arrival (re_match_context_t *mctx, state_array_t *path, Idx top_node, in check_arrival()
2999 check_arrival_add_next_nodes (re_match_context_t *mctx, Idx str_idx, in check_arrival_add_next_nodes()
3173 expand_bkref_cache (re_match_context_t *mctx, re_node_set *cur_nodes, in expand_bkref_cache()
3936 check_node_accept (const re_match_context_t *mctx, const re_token_t *node, in check_node_accept()
3986 extend_buffers (re_match_context_t *mctx, int min_len) in extend_buffers()
4052 match_ctx_init (re_match_context_t *mctx, int eflags, Idx n) in match_ctx_init()
4086 match_ctx_clean (re_match_context_t *mctx) in match_ctx_clean()
4115 match_ctx_free (re_match_context_t *mctx) in match_ctx_free()
4130 match_ctx_add_entry (re_match_context_t *mctx, Idx node, Idx str_idx, Idx from, in match_ctx_add_entry()
4178 search_cur_bkref_entry (const re_match_context_t *mctx, Idx str_idx) in search_cur_bkref_entry()
4201 match_ctx_add_subtop (re_match_context_t *mctx, Idx node, Idx str_idx) in match_ctx_add_subtop()