Lines Matching defs:mctx

624   re_match_context_t mctx = { .dfa = dfa };  in re_search_internal()  local
626 re_match_context_t mctx; in re_search_internal() local
935 prune_impossible_nodes (re_match_context_t *mctx) in prune_impossible_nodes()
1021 acquire_init_state_context (reg_errcode_t *err, const re_match_context_t *mctx, in acquire_init_state_context()
1063 check_matching (re_match_context_t *mctx, bool fl_longest_match, in check_matching()
1214 check_halt_state_context (const re_match_context_t *mctx, in check_halt_state_context()
1236 proceed_next_node (const re_match_context_t *mctx, in proceed_next_node()
1383 set_regs (const regex_t *preg, const re_match_context_t *mctx, in set_regs()
1584 sift_states_backward (re_match_context_t *mctx, re_sift_context_t *sctx) in sift_states_backward()
1642 build_sifted_states (re_match_context_t *mctx, re_sift_context_t *sctx, in build_sifted_states()
1704 clean_state_log_if_needed (re_match_context_t *mctx, Idx next_state_log_idx) in clean_state_log_if_needed()
1756 update_cur_sifted_state (re_match_context_t *mctx, re_sift_context_t *sctx, in update_cur_sifted_state()
1877 check_dst_limits (const re_match_context_t *mctx, const re_node_set *limits, in check_dst_limits()
1913 check_dst_limits_calc_pos_1 (const re_match_context_t *mctx, int boundaries, in check_dst_limits_calc_pos_1()
1995 check_dst_limits_calc_pos (const re_match_context_t *mctx, in check_dst_limits_calc_pos()
2113 sift_states_bkref (re_match_context_t *mctx, re_sift_context_t *sctx, in sift_states_bkref()
2211 sift_states_iter_mb (const re_match_context_t *mctx, re_sift_context_t *sctx, in sift_states_iter_mb()
2241 transit_state (reg_errcode_t *err, re_match_context_t *mctx, in transit_state()
2299 merge_state_with_log (reg_errcode_t *err, re_match_context_t *mctx, in merge_state_with_log()
2378 find_recover_state (reg_errcode_t *err, re_match_context_t *mctx) in find_recover_state()
2409 check_subexp_matching_top (re_match_context_t *mctx, re_node_set *cur_nodes, in check_subexp_matching_top()
2482 transit_state_mb (re_match_context_t *mctx, re_dfastate_t *pstate) in transit_state_mb()
2552 transit_state_bkref (re_match_context_t *mctx, const re_node_set *nodes) in transit_state_bkref()
2666 get_subexp (re_match_context_t *mctx, Idx bkref_node, Idx bkref_str_idx) in get_subexp()
2812 get_subexp_sub (re_match_context_t *mctx, const re_sub_match_top_t *sub_top, in get_subexp_sub()
2862 check_arrival (re_match_context_t *mctx, state_array_t *path, in check_arrival()
3023 check_arrival_add_next_nodes (re_match_context_t *mctx, Idx str_idx, in check_arrival_add_next_nodes()
3201 expand_bkref_cache (re_match_context_t *mctx, re_node_set *cur_nodes, in expand_bkref_cache()
4012 check_node_accept (const re_match_context_t *mctx, const re_token_t *node, in check_node_accept()
4062 extend_buffers (re_match_context_t *mctx) in extend_buffers()
4121 match_ctx_init (re_match_context_t *mctx, int eflags, Idx n) in match_ctx_init()
4149 match_ctx_clean (re_match_context_t *mctx) in match_ctx_clean()
4179 match_ctx_free (re_match_context_t *mctx) in match_ctx_free()
4194 match_ctx_add_entry (re_match_context_t *mctx, Idx node, Idx str_idx, in match_ctx_add_entry()
4243 search_cur_bkref_entry (const re_match_context_t *mctx, Idx str_idx) in search_cur_bkref_entry()
4266 match_ctx_add_subtop (re_match_context_t *mctx, Idx node, Idx str_idx) in match_ctx_add_subtop()