re_match_context_t   21 compat/regex/regexec.c static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
re_match_context_t   23 compat/regex/regexec.c static void match_ctx_clean (re_match_context_t *mctx) internal_function;
re_match_context_t   24 compat/regex/regexec.c static void match_ctx_free (re_match_context_t *cache) internal_function;
re_match_context_t   25 compat/regex/regexec.c static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, int node,
re_match_context_t   28 compat/regex/regexec.c static int search_cur_bkref_entry (const re_match_context_t *mctx, int str_idx)
re_match_context_t   30 compat/regex/regexec.c static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, int node,
re_match_context_t   55 compat/regex/regexec.c static reg_errcode_t prune_impossible_nodes (re_match_context_t *mctx);
re_match_context_t   56 compat/regex/regexec.c static int check_matching (re_match_context_t *mctx, int fl_longest_match,
re_match_context_t   58 compat/regex/regexec.c static int check_halt_state_context (const re_match_context_t *mctx,
re_match_context_t   70 compat/regex/regexec.c 			       const re_match_context_t *mctx,
re_match_context_t   77 compat/regex/regexec.c static int sift_states_iter_mb (const re_match_context_t *mctx,
re_match_context_t   82 compat/regex/regexec.c static reg_errcode_t sift_states_backward (const re_match_context_t *mctx,
re_match_context_t   85 compat/regex/regexec.c static reg_errcode_t build_sifted_states (const re_match_context_t *mctx,
re_match_context_t   89 compat/regex/regexec.c static reg_errcode_t update_cur_sifted_state (const re_match_context_t *mctx,
re_match_context_t   98 compat/regex/regexec.c static int check_dst_limits (const re_match_context_t *mctx,
re_match_context_t  102 compat/regex/regexec.c static int check_dst_limits_calc_pos_1 (const re_match_context_t *mctx,
re_match_context_t  106 compat/regex/regexec.c static int check_dst_limits_calc_pos (const re_match_context_t *mctx,
re_match_context_t  116 compat/regex/regexec.c static reg_errcode_t sift_states_bkref (const re_match_context_t *mctx,
re_match_context_t  125 compat/regex/regexec.c 					 re_match_context_t *mctx) internal_function;
re_match_context_t  127 compat/regex/regexec.c 				     re_match_context_t *mctx,
re_match_context_t  130 compat/regex/regexec.c 					    re_match_context_t *mctx,
re_match_context_t  133 compat/regex/regexec.c static reg_errcode_t check_subexp_matching_top (re_match_context_t *mctx,
re_match_context_t  138 compat/regex/regexec.c 					re_match_context_t *mctx,
re_match_context_t  143 compat/regex/regexec.c static reg_errcode_t transit_state_mb (re_match_context_t *mctx,
re_match_context_t  147 compat/regex/regexec.c static reg_errcode_t transit_state_bkref (re_match_context_t *mctx,
re_match_context_t  150 compat/regex/regexec.c static reg_errcode_t get_subexp (re_match_context_t *mctx,
re_match_context_t  153 compat/regex/regexec.c static reg_errcode_t get_subexp_sub (re_match_context_t *mctx,
re_match_context_t  160 compat/regex/regexec.c static reg_errcode_t check_arrival (re_match_context_t *mctx,
re_match_context_t  164 compat/regex/regexec.c static reg_errcode_t check_arrival_add_next_nodes (re_match_context_t *mctx,
re_match_context_t  177 compat/regex/regexec.c static reg_errcode_t expand_bkref_cache (re_match_context_t *mctx,
re_match_context_t  197 compat/regex/regexec.c static int check_node_accept (const re_match_context_t *mctx,
re_match_context_t  200 compat/regex/regexec.c static reg_errcode_t extend_buffers (re_match_context_t *mctx)
re_match_context_t  630 compat/regex/regexec.c   re_match_context_t mctx = { .dfa = dfa };
re_match_context_t  632 compat/regex/regexec.c   re_match_context_t mctx;
re_match_context_t  639 compat/regex/regexec.c   memset (&mctx, '\0', sizeof (re_match_context_t));
re_match_context_t  941 compat/regex/regexec.c prune_impossible_nodes (re_match_context_t *mctx)
re_match_context_t 1037 compat/regex/regexec.c acquire_init_state_context (reg_errcode_t *err, const re_match_context_t *mctx,
re_match_context_t 1079 compat/regex/regexec.c check_matching (re_match_context_t *mctx, int fl_longest_match,
re_match_context_t 1230 compat/regex/regexec.c check_halt_state_context (const re_match_context_t *mctx,
re_match_context_t 1252 compat/regex/regexec.c proceed_next_node (const re_match_context_t *mctx, int nregs, regmatch_t *regs,
re_match_context_t 1399 compat/regex/regexec.c set_regs (const regex_t *preg, const re_match_context_t *mctx, size_t nmatch,
re_match_context_t 1597 compat/regex/regexec.c sift_states_backward (const re_match_context_t *mctx, re_sift_context_t *sctx)
re_match_context_t 1655 compat/regex/regexec.c build_sifted_states (const re_match_context_t *mctx, re_sift_context_t *sctx,
re_match_context_t 1717 compat/regex/regexec.c clean_state_log_if_needed (re_match_context_t *mctx, int next_state_log_idx)
re_match_context_t 1769 compat/regex/regexec.c update_cur_sifted_state (const re_match_context_t *mctx,
re_match_context_t 1895 compat/regex/regexec.c check_dst_limits (const re_match_context_t *mctx, re_node_set *limits,
re_match_context_t 1931 compat/regex/regexec.c check_dst_limits_calc_pos_1 (const re_match_context_t *mctx, int boundaries,
re_match_context_t 2012 compat/regex/regexec.c check_dst_limits_calc_pos (const re_match_context_t *mctx, int limit,
re_match_context_t 2130 compat/regex/regexec.c sift_states_bkref (const re_match_context_t *mctx, re_sift_context_t *sctx,
re_match_context_t 2230 compat/regex/regexec.c sift_states_iter_mb (const re_match_context_t *mctx, re_sift_context_t *sctx,
re_match_context_t 2260 compat/regex/regexec.c transit_state (reg_errcode_t *err, re_match_context_t *mctx,
re_match_context_t 2318 compat/regex/regexec.c merge_state_with_log (reg_errcode_t *err, re_match_context_t *mctx,
re_match_context_t 2397 compat/regex/regexec.c find_recover_state (reg_errcode_t *err, re_match_context_t *mctx)
re_match_context_t 2428 compat/regex/regexec.c check_subexp_matching_top (re_match_context_t *mctx, re_node_set *cur_nodes,
re_match_context_t 2461 compat/regex/regexec.c transit_state_sb (reg_errcode_t *err, re_match_context_t *mctx,
re_match_context_t 2501 compat/regex/regexec.c transit_state_mb (re_match_context_t *mctx, re_dfastate_t *pstate)
re_match_context_t 2571 compat/regex/regexec.c transit_state_bkref (re_match_context_t *mctx, const re_node_set *nodes)
re_match_context_t 2685 compat/regex/regexec.c get_subexp (re_match_context_t *mctx, int bkref_node, int bkref_str_idx)
re_match_context_t 2834 compat/regex/regexec.c get_subexp_sub (re_match_context_t *mctx, const re_sub_match_top_t *sub_top,
re_match_context_t 2885 compat/regex/regexec.c check_arrival (re_match_context_t *mctx, state_array_t *path, int top_node,
re_match_context_t 3046 compat/regex/regexec.c check_arrival_add_next_nodes (re_match_context_t *mctx, int str_idx,
re_match_context_t 3224 compat/regex/regexec.c expand_bkref_cache (re_match_context_t *mctx, re_node_set *cur_nodes,
re_match_context_t 4046 compat/regex/regexec.c check_node_accept (const re_match_context_t *mctx, const re_token_t *node,
re_match_context_t 4096 compat/regex/regexec.c extend_buffers (re_match_context_t *mctx)
re_match_context_t 4159 compat/regex/regexec.c match_ctx_init (re_match_context_t *mctx, int eflags, int n)
re_match_context_t 4187 compat/regex/regexec.c match_ctx_clean (re_match_context_t *mctx)
re_match_context_t 4217 compat/regex/regexec.c match_ctx_free (re_match_context_t *mctx)
re_match_context_t 4232 compat/regex/regexec.c match_ctx_add_entry (re_match_context_t *mctx, int node, int str_idx, int from,
re_match_context_t 4281 compat/regex/regexec.c search_cur_bkref_entry (const re_match_context_t *mctx, int str_idx)
re_match_context_t 4304 compat/regex/regexec.c match_ctx_add_subtop (re_match_context_t *mctx, int node, int str_idx)