re_match_context_t 20 lib/regexec.c static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags, re_match_context_t 22 lib/regexec.c static void match_ctx_clean (re_match_context_t *mctx); re_match_context_t 23 lib/regexec.c static void match_ctx_free (re_match_context_t *cache); re_match_context_t 24 lib/regexec.c static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, Idx node, re_match_context_t 26 lib/regexec.c static Idx search_cur_bkref_entry (const re_match_context_t *mctx, Idx str_idx); re_match_context_t 27 lib/regexec.c static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, Idx node, re_match_context_t 52 lib/regexec.c static reg_errcode_t prune_impossible_nodes (re_match_context_t *mctx); re_match_context_t 53 lib/regexec.c static Idx check_matching (re_match_context_t *mctx, bool fl_longest_match, re_match_context_t 55 lib/regexec.c static Idx check_halt_state_context (const re_match_context_t *mctx, re_match_context_t 65 lib/regexec.c const re_match_context_t *mctx, re_match_context_t 70 lib/regexec.c static int sift_states_iter_mb (const re_match_context_t *mctx, re_match_context_t 73 lib/regexec.c static reg_errcode_t sift_states_backward (const re_match_context_t *mctx, re_match_context_t 75 lib/regexec.c static reg_errcode_t build_sifted_states (const re_match_context_t *mctx, re_match_context_t 78 lib/regexec.c static reg_errcode_t update_cur_sifted_state (const re_match_context_t *mctx, re_match_context_t 85 lib/regexec.c static bool check_dst_limits (const re_match_context_t *mctx, re_match_context_t 89 lib/regexec.c static int check_dst_limits_calc_pos_1 (const re_match_context_t *mctx, re_match_context_t 92 lib/regexec.c static int check_dst_limits_calc_pos (const re_match_context_t *mctx, re_match_context_t 102 lib/regexec.c static reg_errcode_t sift_states_bkref (const re_match_context_t *mctx, re_match_context_t 109 lib/regexec.c re_match_context_t *mctx); re_match_context_t 111 lib/regexec.c re_match_context_t *mctx, re_match_context_t 114 lib/regexec.c re_match_context_t *mctx, re_match_context_t 116 lib/regexec.c static reg_errcode_t check_subexp_matching_top (re_match_context_t *mctx, re_match_context_t 121 lib/regexec.c re_match_context_t *mctx, re_match_context_t 124 lib/regexec.c static reg_errcode_t transit_state_mb (re_match_context_t *mctx, re_match_context_t 126 lib/regexec.c static reg_errcode_t transit_state_bkref (re_match_context_t *mctx, re_match_context_t 128 lib/regexec.c static reg_errcode_t get_subexp (re_match_context_t *mctx, re_match_context_t 130 lib/regexec.c static reg_errcode_t get_subexp_sub (re_match_context_t *mctx, re_match_context_t 136 lib/regexec.c static reg_errcode_t check_arrival (re_match_context_t *mctx, re_match_context_t 140 lib/regexec.c static reg_errcode_t check_arrival_add_next_nodes (re_match_context_t *mctx, re_match_context_t 151 lib/regexec.c static reg_errcode_t expand_bkref_cache (re_match_context_t *mctx, re_match_context_t 165 lib/regexec.c static bool check_node_accept (const re_match_context_t *mctx, re_match_context_t 167 lib/regexec.c static reg_errcode_t extend_buffers (re_match_context_t *mctx, int min_len); re_match_context_t 595 lib/regexec.c re_match_context_t mctx = { .dfa = dfa }; re_match_context_t 894 lib/regexec.c prune_impossible_nodes (re_match_context_t *mctx) re_match_context_t 988 lib/regexec.c acquire_init_state_context (reg_errcode_t *err, const re_match_context_t *mctx, re_match_context_t 1030 lib/regexec.c check_matching (re_match_context_t *mctx, bool fl_longest_match, re_match_context_t 1180 lib/regexec.c check_halt_state_context (const re_match_context_t *mctx, re_match_context_t 1199 lib/regexec.c proceed_next_node (const re_match_context_t *mctx, Idx nregs, regmatch_t *regs, re_match_context_t 1365 lib/regexec.c set_regs (const regex_t *preg, const re_match_context_t *mctx, size_t nmatch, re_match_context_t 1545 lib/regexec.c sift_states_backward (const re_match_context_t *mctx, re_sift_context_t *sctx) re_match_context_t 1601 lib/regexec.c build_sifted_states (const re_match_context_t *mctx, re_sift_context_t *sctx, re_match_context_t 1657 lib/regexec.c clean_state_log_if_needed (re_match_context_t *mctx, Idx next_state_log_idx) re_match_context_t 1709 lib/regexec.c update_cur_sifted_state (const re_match_context_t *mctx, re_match_context_t 1833 lib/regexec.c check_dst_limits (const re_match_context_t *mctx, const re_node_set *limits, re_match_context_t 1868 lib/regexec.c check_dst_limits_calc_pos_1 (const re_match_context_t *mctx, int boundaries, re_match_context_t 1949 lib/regexec.c check_dst_limits_calc_pos (const re_match_context_t *mctx, Idx limit, re_match_context_t 2066 lib/regexec.c sift_states_bkref (const re_match_context_t *mctx, re_sift_context_t *sctx, re_match_context_t 2164 lib/regexec.c sift_states_iter_mb (const re_match_context_t *mctx, re_sift_context_t *sctx, re_match_context_t 2193 lib/regexec.c transit_state (reg_errcode_t *err, re_match_context_t *mctx, re_match_context_t 2248 lib/regexec.c merge_state_with_log (reg_errcode_t *err, re_match_context_t *mctx, re_match_context_t 2326 lib/regexec.c find_recover_state (reg_errcode_t *err, re_match_context_t *mctx) re_match_context_t 2356 lib/regexec.c check_subexp_matching_top (re_match_context_t *mctx, re_node_set *cur_nodes, re_match_context_t 2389 lib/regexec.c transit_state_sb (reg_errcode_t *err, re_match_context_t *mctx, re_match_context_t 2427 lib/regexec.c transit_state_mb (re_match_context_t *mctx, re_dfastate_t *pstate) re_match_context_t 2495 lib/regexec.c transit_state_bkref (re_match_context_t *mctx, const re_node_set *nodes) re_match_context_t 2607 lib/regexec.c get_subexp (re_match_context_t *mctx, Idx bkref_node, Idx bkref_str_idx) re_match_context_t 2760 lib/regexec.c get_subexp_sub (re_match_context_t *mctx, const re_sub_match_top_t *sub_top, re_match_context_t 2811 lib/regexec.c check_arrival (re_match_context_t *mctx, state_array_t *path, Idx top_node, re_match_context_t 2976 lib/regexec.c check_arrival_add_next_nodes (re_match_context_t *mctx, Idx str_idx, re_match_context_t 3147 lib/regexec.c expand_bkref_cache (re_match_context_t *mctx, re_node_set *cur_nodes, re_match_context_t 3900 lib/regexec.c check_node_accept (const re_match_context_t *mctx, const re_token_t *node, re_match_context_t 3948 lib/regexec.c extend_buffers (re_match_context_t *mctx, int min_len) re_match_context_t 4010 lib/regexec.c match_ctx_init (re_match_context_t *mctx, int eflags, Idx n) re_match_context_t 4044 lib/regexec.c match_ctx_clean (re_match_context_t *mctx) re_match_context_t 4073 lib/regexec.c match_ctx_free (re_match_context_t *mctx) re_match_context_t 4088 lib/regexec.c match_ctx_add_entry (re_match_context_t *mctx, Idx node, Idx str_idx, Idx from, re_match_context_t 4136 lib/regexec.c search_cur_bkref_entry (const re_match_context_t *mctx, Idx str_idx) re_match_context_t 4159 lib/regexec.c match_ctx_add_subtop (re_match_context_t *mctx, Idx node, Idx str_idx)