Lines Matching defs:mctx
627 re_match_context_t mctx = { .dfa = dfa }; in re_search_internal() local
629 re_match_context_t mctx; in re_search_internal() local
938 prune_impossible_nodes (re_match_context_t *mctx) in prune_impossible_nodes()
1024 acquire_init_state_context (reg_errcode_t *err, const re_match_context_t *mctx, in acquire_init_state_context()
1066 check_matching (re_match_context_t *mctx, bool fl_longest_match, in check_matching()
1217 check_halt_state_context (const re_match_context_t *mctx, in check_halt_state_context()
1239 proceed_next_node (const re_match_context_t *mctx, in proceed_next_node()
1386 set_regs (const regex_t *preg, const re_match_context_t *mctx, in set_regs()
1589 sift_states_backward (re_match_context_t *mctx, re_sift_context_t *sctx) in sift_states_backward()
1647 build_sifted_states (re_match_context_t *mctx, re_sift_context_t *sctx, in build_sifted_states()
1709 clean_state_log_if_needed (re_match_context_t *mctx, Idx next_state_log_idx) in clean_state_log_if_needed()
1761 update_cur_sifted_state (re_match_context_t *mctx, re_sift_context_t *sctx, in update_cur_sifted_state()
1882 check_dst_limits (const re_match_context_t *mctx, const re_node_set *limits, in check_dst_limits()
1918 check_dst_limits_calc_pos_1 (const re_match_context_t *mctx, int boundaries, in check_dst_limits_calc_pos_1()
2000 check_dst_limits_calc_pos (const re_match_context_t *mctx, in check_dst_limits_calc_pos()
2118 sift_states_bkref (re_match_context_t *mctx, re_sift_context_t *sctx, in sift_states_bkref()
2216 sift_states_iter_mb (const re_match_context_t *mctx, re_sift_context_t *sctx, in sift_states_iter_mb()
2246 transit_state (reg_errcode_t *err, re_match_context_t *mctx, in transit_state()
2304 merge_state_with_log (reg_errcode_t *err, re_match_context_t *mctx, in merge_state_with_log()
2383 find_recover_state (reg_errcode_t *err, re_match_context_t *mctx) in find_recover_state()
2414 check_subexp_matching_top (re_match_context_t *mctx, re_node_set *cur_nodes, in check_subexp_matching_top()
2487 transit_state_mb (re_match_context_t *mctx, re_dfastate_t *pstate) in transit_state_mb()
2557 transit_state_bkref (re_match_context_t *mctx, const re_node_set *nodes) in transit_state_bkref()
2671 get_subexp (re_match_context_t *mctx, Idx bkref_node, Idx bkref_str_idx) in get_subexp()
2817 get_subexp_sub (re_match_context_t *mctx, const re_sub_match_top_t *sub_top, in get_subexp_sub()
2867 check_arrival (re_match_context_t *mctx, state_array_t *path, in check_arrival()
3028 check_arrival_add_next_nodes (re_match_context_t *mctx, Idx str_idx, in check_arrival_add_next_nodes()
3206 expand_bkref_cache (re_match_context_t *mctx, re_node_set *cur_nodes, in expand_bkref_cache()
4021 check_node_accept (const re_match_context_t *mctx, const re_token_t *node, in check_node_accept()
4071 extend_buffers (re_match_context_t *mctx) in extend_buffers()
4130 match_ctx_init (re_match_context_t *mctx, int eflags, Idx n) in match_ctx_init()
4158 match_ctx_clean (re_match_context_t *mctx) in match_ctx_clean()
4188 match_ctx_free (re_match_context_t *mctx) in match_ctx_free()
4203 match_ctx_add_entry (re_match_context_t *mctx, Idx node, Idx str_idx, in match_ctx_add_entry()
4252 search_cur_bkref_entry (const re_match_context_t *mctx, Idx str_idx) in search_cur_bkref_entry()
4275 match_ctx_add_subtop (re_match_context_t *mctx, Idx node, Idx str_idx) in match_ctx_add_subtop()