Home
last modified time | relevance | path

Searched refs:mbs_allocated (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/posix/
Dregex_internal.c67 pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str; in re_string_allocate()
68 pstr->valid_len = (pstr->mbs_allocated || dfa->mb_cur_max > 1) ? 0 : len; in re_string_allocate()
90 pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str; in re_string_construct()
166 if (pstr->mbs_allocated) in re_string_realloc_buffers()
189 pstr->mbs_allocated = (trans != NULL || icase); in re_string_construct_common()
600 if (!pstr->mbs_allocated) in re_string_reconstruct()
684 if (__glibc_unlikely (pstr->mbs_allocated)) in re_string_reconstruct()
784 if (pstr->mbs_allocated) in re_string_reconstruct()
802 if (!__glibc_unlikely (pstr->mbs_allocated)) in re_string_reconstruct()
824 if (__glibc_unlikely (pstr->mbs_allocated)) in re_string_reconstruct()
[all …]
Dregex_internal.h418 unsigned char mbs_allocated; member
/glibc-2.36/ChangeLog.old/
DChangeLog.143754 Add offsets, valid_raw_len, raw_len, raw_stop, mbs_allocated and
3763 Use mbs_allocated instead of MBS_* macros.
3765 Don't initialize mbs_case. Use mbs_allocated instead of MBS_*
3770 Use mbs_allocated instead of MBS_ALLOCATED. Don't reallocate
3772 (re_string_construct_common): Initialize raw_len, mbs_allocated,
3791 valid_len. Use mbs_allocated instead of MBS_* macros.
3796 character, initialize mbs array as well if mbs_allocated.
3800 (re_string_destruct): Use mbs_allocated instead of MBS_ALLOCATED.