Home
last modified time | relevance | path

Searched refs:last_str_idx (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/posix/
Dregexec.c33 Idx last_str_idx);
1564 Idx str_idx = sctx->last_str_idx; in sift_states_backward()
1641 str_idx, sctx->last_str_idx); in build_sifted_states()
2104 if (node == sctx->last_node && str_idx == sctx->last_str_idx) in sift_states_bkref()
2126 if (to_idx > sctx->last_str_idx in sift_states_bkref()
2141 local_sctx.last_str_idx = str_idx; in sift_states_bkref()
4256 re_dfastate_t **limited_sts, Idx last_node, Idx last_str_idx) in sift_ctx_init() argument
4261 sctx->last_str_idx = last_str_idx; in sift_ctx_init()
Dregex_internal.h619 Idx last_str_idx; member