Home
last modified time | relevance | path

Searched refs:search_cur_bkref_entry (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/posix/
Dregexec.c26 static Idx search_cur_bkref_entry (const re_match_context_t *mctx, Idx str_idx);
1855 Idx dst_bkref_idx = search_cur_bkref_entry (mctx, dst_idx); in check_dst_limits()
1856 Idx src_bkref_idx = search_cur_bkref_entry (mctx, src_idx); in check_dst_limits()
2089 Idx first_idx = search_cur_bkref_entry (mctx, str_idx); in sift_states_bkref()
2636 Idx cache_idx = search_cur_bkref_entry (mctx, bkref_str_idx); in get_subexp()
3178 Idx cache_idx_start = search_cur_bkref_entry (mctx, cur_str); in expand_bkref_cache()
4178 search_cur_bkref_entry (const re_match_context_t *mctx, Idx str_idx) in search_cur_bkref_entry() function
/glibc-2.36/manual/
Dpattern.texi1237 @c search_cur_bkref_entry ok
1263 @c search_cur_bkref_entry dup ok
1404 @c search_cur_bkref_entry dup ok
1406 @c search_cur_bkref_entry dup ok
/glibc-2.36/ChangeLog.old/
DChangeLog.142944 * posix/regexec.c (match_ctx_free_subtops, search_cur_bkref_entry,
3237 match_ctx_add_entry, search_cur_bkref_entry,
14368 (check_dst_limits_calc_pos): Use search_cur_bkref_entry for
14370 (sift_states_bkref): Use search_cur_bkref_entry for optimization.
14377 sift_states_backward. Use search_cur_bkref_entry for optimization.
14391 (search_cur_bkref_entry): New function.
DChangeLog.15995 (search_cur_bkref_entry): Return -1 if out of bounds.
DChangeLog.168580 * posix/regexec.c (search_cur_bkref_entry, check_dst_limits):
DChangeLog.1935542 (match_ctx_free, match_ctx_add_entry, search_cur_bkref_entry)