Home
last modified time | relevance | path

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

/posix/
A Dregex_internal.c67 pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str; in re_string_allocate()
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()
846 if (__glibc_likely (!pstr->mbs_allocated)) in re_string_peek_byte_case()
878 if (__glibc_likely (!pstr->mbs_allocated)) in re_string_fetch_byte_case()
[all …]
A Dregex_internal.h418 unsigned char mbs_allocated; member

Completed in 10 milliseconds