Searched refs:str_idx (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c25 int str_idx, int from, int to)
27 static int search_cur_bkref_entry (const re_match_context_t *mctx, int str_idx)
30 int str_idx) internal_function;
32 int node, int str_idx)
65 int str_idx, int dest_node, int nregs,
79 int node_idx, int str_idx, int max_str_idx)
86 re_sift_context_t *sctx, int str_idx,
91 int str_idx,
108 int node, int str_idx,
115 int str_idx) internal_functio
1368 push_fail_stack(struct re_fail_stack_t *fs, int str_idx, int dest_node, int nregs, regmatch_t *regs, re_node_set *eps_via_nodes) argument
1615 int str_idx = sctx->last_str_idx; local
1669 build_sifted_states(const re_match_context_t *mctx, re_sift_context_t *sctx, int str_idx, re_node_set *cur_dest) argument
1784 update_cur_sifted_state(const re_match_context_t *mctx, re_sift_context_t *sctx, int str_idx, re_node_set *dest_nodes) argument
2027 check_dst_limits_calc_pos(const re_match_context_t *mctx, int limit, int subexp_idx, int from_node, int str_idx, int bkref_idx) argument
2057 check_subexp_limits(const re_dfa_t *dfa, re_node_set *dest_nodes, const re_node_set *candidates, re_node_set *limits, struct re_backref_cache_entry *bkref_ents, int str_idx) argument
2145 sift_states_bkref(const re_match_context_t *mctx, re_sift_context_t *sctx, int str_idx, const re_node_set *candidates) argument
2245 sift_states_iter_mb(const re_match_context_t *mctx, re_sift_context_t *sctx, int node_idx, int str_idx, int max_str_idx) argument
2443 check_subexp_matching_top(re_match_context_t *mctx, re_node_set *cur_nodes, int str_idx) argument
2905 int subexp_num, backup_cur_idx, str_idx, null_cnt; local
3061 check_arrival_add_next_nodes(re_match_context_t *mctx, int str_idx, re_node_set *cur_nodes, re_node_set *next_nodes) argument
3752 check_node_accept_bytes(const re_dfa_t *dfa, int node_idx, const re_string_t *input, int str_idx) argument
4243 match_ctx_add_entry(re_match_context_t *mctx, int node, int str_idx, int from, int to) argument
4292 search_cur_bkref_entry(const re_match_context_t *mctx, int str_idx) argument
4315 match_ctx_add_subtop(re_match_context_t *mctx, int node, int str_idx) argument
4345 match_ctx_add_sublast(re_sub_match_top_t *subtop, int node, int str_idx) argument
[all...]
H A Dregex_internal.h536 int str_idx; /* The position NODE match at. */ member in struct:__anon1718
546 int str_idx; member in struct:__anon1719
557 int str_idx; member in struct:re_backref_cache_entry

Completed in 102 milliseconds