Searched refs:re_dfa_t (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dregcomp.c25 static reg_errcode_t init_dfa (re_dfa_t *dfa, size_t pat_len);
30 static reg_errcode_t create_initial_state (re_dfa_t *dfa);
32 static void optimize_utf8 (re_dfa_t *dfa);
48 static Idx duplicate_node (re_dfa_t *dfa, Idx org_idx, unsigned int constraint);
49 static Idx search_duplicated_node (const re_dfa_t *dfa, Idx org_node,
51 static reg_errcode_t calc_eclosure (re_dfa_t *dfa);
52 static reg_errcode_t calc_eclosure_iter (re_node_set *new_set, re_dfa_t *dfa,
54 static reg_errcode_t calc_inveclosure (re_dfa_t *dfa);
74 re_dfa_t *dfa, re_token_t *token,
76 static bin_tree_t *parse_bracket_exp (re_string_t *regexp, re_dfa_t *df
[all...]
H A Dregexec.c63 static void update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
96 static reg_errcode_t add_epsilon_src_nodes (const re_dfa_t *dfa,
112 static reg_errcode_t check_subexp_limits (const re_dfa_t *dfa,
122 static reg_errcode_t merge_state_array (const re_dfa_t *dfa,
160 static Idx find_subexp_node (const re_dfa_t *dfa, const re_node_set *nodes,
171 static reg_errcode_t check_arrival_expand_ecl (const re_dfa_t *dfa,
175 static reg_errcode_t check_arrival_expand_ecl_sub (const re_dfa_t *dfa,
183 static bool build_trtable (const re_dfa_t *dfa,
186 static int check_node_accept_bytes (const re_dfa_t *dfa, Idx node_idx,
195 static Idx group_nodes_into_DFAstates (const re_dfa_t *df
[all...]
H A Dregex_internal.h430 /* Copy of re_dfa_t's word_char. */
445 struct re_dfa_t;
446 typedef struct re_dfa_t re_dfa_t; typedef in typeref:struct:re_dfa_t
649 const re_dfa_t *const dfa;
651 const re_dfa_t *dfa;
695 struct re_dfa_t struct
H A Dregex_internal.c23 const re_dfa_t *dfa) internal_function;
24 static re_dfastate_t *create_ci_newstate (const re_dfa_t *dfa,
27 static re_dfastate_t *create_cd_newstate (const re_dfa_t *dfa,
41 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
69 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
173 const re_dfa_t *dfa)
1408 re_dfa_add_node (re_dfa_t *dfa, re_token_t token)
1476 re_acquire_state (reg_errcode_t *err, const re_dfa_t *dfa,
1524 re_acquire_state_context (reg_errcode_t *err, const re_dfa_t *dfa,
1565 register_state (const re_dfa_t *df
[all...]
H A Dregex.h428 'struct re_dfa_t' is private and is not declared here. */
429 struct re_dfa_t *__REPB_PREFIX(buffer);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dregcomp.c25 static reg_errcode_t init_dfa (re_dfa_t *dfa, size_t pat_len);
30 static reg_errcode_t create_initial_state (re_dfa_t *dfa);
32 static void optimize_utf8 (re_dfa_t *dfa);
48 static Idx duplicate_node (re_dfa_t *dfa, Idx org_idx, unsigned int constraint);
49 static Idx search_duplicated_node (const re_dfa_t *dfa, Idx org_node,
51 static reg_errcode_t calc_eclosure (re_dfa_t *dfa);
52 static reg_errcode_t calc_eclosure_iter (re_node_set *new_set, re_dfa_t *dfa,
54 static reg_errcode_t calc_inveclosure (re_dfa_t *dfa);
74 re_dfa_t *dfa, re_token_t *token,
76 static bin_tree_t *parse_bracket_exp (re_string_t *regexp, re_dfa_t *df
[all...]
H A Dregexec.c63 static void update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
96 static reg_errcode_t add_epsilon_src_nodes (const re_dfa_t *dfa,
112 static reg_errcode_t check_subexp_limits (const re_dfa_t *dfa,
122 static reg_errcode_t merge_state_array (const re_dfa_t *dfa,
160 static Idx find_subexp_node (const re_dfa_t *dfa, const re_node_set *nodes,
171 static reg_errcode_t check_arrival_expand_ecl (const re_dfa_t *dfa,
175 static reg_errcode_t check_arrival_expand_ecl_sub (const re_dfa_t *dfa,
183 static bool build_trtable (const re_dfa_t *dfa,
186 static int check_node_accept_bytes (const re_dfa_t *dfa, Idx node_idx,
195 static Idx group_nodes_into_DFAstates (const re_dfa_t *df
[all...]
H A Dregex_internal.h430 /* Copy of re_dfa_t's word_char. */
445 struct re_dfa_t;
446 typedef struct re_dfa_t re_dfa_t; typedef in typeref:struct:re_dfa_t
649 const re_dfa_t *const dfa;
651 const re_dfa_t *dfa;
695 struct re_dfa_t struct
H A Dregex_internal.c23 const re_dfa_t *dfa) internal_function;
24 static re_dfastate_t *create_ci_newstate (const re_dfa_t *dfa,
27 static re_dfastate_t *create_cd_newstate (const re_dfa_t *dfa,
41 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
69 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
173 const re_dfa_t *dfa)
1408 re_dfa_add_node (re_dfa_t *dfa, re_token_t token)
1476 re_acquire_state (reg_errcode_t *err, const re_dfa_t *dfa,
1524 re_acquire_state_context (reg_errcode_t *err, const re_dfa_t *dfa,
1565 register_state (const re_dfa_t *df
[all...]
H A Dregex.h428 'struct re_dfa_t' is private and is not declared here. */
429 struct re_dfa_t *__REPB_PREFIX(buffer);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dregcomp.c25 static reg_errcode_t init_dfa (re_dfa_t *dfa, size_t pat_len);
30 static reg_errcode_t create_initial_state (re_dfa_t *dfa);
32 static void optimize_utf8 (re_dfa_t *dfa);
48 static Idx duplicate_node (re_dfa_t *dfa, Idx org_idx, unsigned int constraint);
49 static Idx search_duplicated_node (const re_dfa_t *dfa, Idx org_node,
51 static reg_errcode_t calc_eclosure (re_dfa_t *dfa);
52 static reg_errcode_t calc_eclosure_iter (re_node_set *new_set, re_dfa_t *dfa,
54 static reg_errcode_t calc_inveclosure (re_dfa_t *dfa);
74 re_dfa_t *dfa, re_token_t *token,
76 static bin_tree_t *parse_bracket_exp (re_string_t *regexp, re_dfa_t *df
[all...]
H A Dregexec.c63 static void update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
96 static reg_errcode_t add_epsilon_src_nodes (const re_dfa_t *dfa,
112 static reg_errcode_t check_subexp_limits (const re_dfa_t *dfa,
122 static reg_errcode_t merge_state_array (const re_dfa_t *dfa,
160 static Idx find_subexp_node (const re_dfa_t *dfa, const re_node_set *nodes,
171 static reg_errcode_t check_arrival_expand_ecl (const re_dfa_t *dfa,
175 static reg_errcode_t check_arrival_expand_ecl_sub (const re_dfa_t *dfa,
183 static bool build_trtable (const re_dfa_t *dfa,
186 static int check_node_accept_bytes (const re_dfa_t *dfa, Idx node_idx,
195 static Idx group_nodes_into_DFAstates (const re_dfa_t *df
[all...]
H A Dregex_internal.h430 /* Copy of re_dfa_t's word_char. */
445 struct re_dfa_t;
446 typedef struct re_dfa_t re_dfa_t; typedef in typeref:struct:re_dfa_t
649 const re_dfa_t *const dfa;
651 const re_dfa_t *dfa;
695 struct re_dfa_t struct
H A Dregex_internal.c23 const re_dfa_t *dfa) internal_function;
24 static re_dfastate_t *create_ci_newstate (const re_dfa_t *dfa,
27 static re_dfastate_t *create_cd_newstate (const re_dfa_t *dfa,
41 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
69 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
173 const re_dfa_t *dfa)
1408 re_dfa_add_node (re_dfa_t *dfa, re_token_t token)
1476 re_acquire_state (reg_errcode_t *err, const re_dfa_t *dfa,
1524 re_acquire_state_context (reg_errcode_t *err, const re_dfa_t *dfa,
1565 register_state (const re_dfa_t *df
[all...]
H A Dregex.h428 'struct re_dfa_t' is private and is not declared here. */
429 struct re_dfa_t *__REPB_PREFIX(buffer);

Completed in 227 milliseconds