Home
last modified time | relevance | path

Searched refs:raw_stop (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/posix/
Dregex_internal.c194 pstr->raw_stop = pstr->stop; in re_string_construct_common()
436 if (pstr->raw_stop > src_idx) in build_wcs_upper_buffer()
593 pstr->stop = pstr->raw_stop; in re_string_reconstruct()
650 pstr->stop = pstr->raw_stop - idx + offset; in re_string_reconstruct()
701 pstr->stop = pstr->raw_stop - idx + offset; in re_string_reconstruct()
Dregex_internal.h402 Idx raw_stop; member
Dregexec.c642 mctx.input.raw_stop = stop; in re_search_internal()
/glibc-2.36/ChangeLog.old/
DChangeLog.143754 Add offsets, valid_raw_len, raw_len, raw_stop, mbs_allocated and
3773 stop and raw_stop.
3789 (re_string_reconstruct): Use raw_len/raw_stop to initialize
3804 * posix/regexec.c (re_search_internal): Initialize input.raw_stop