Lines Matching refs:mbs_allocated
67 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()
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()
919 if (pstr->mbs_allocated) in re_string_destruct()