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()
165 if (pstr->mbs_allocated) in re_string_realloc_buffers()
188 pstr->mbs_allocated = (trans != NULL || icase); in re_string_construct_common()
596 if (!pstr->mbs_allocated) in re_string_reconstruct()
680 if (BE (pstr->mbs_allocated, 0)) in re_string_reconstruct()
782 if (pstr->mbs_allocated) in re_string_reconstruct()
800 if (!BE (pstr->mbs_allocated, 0)) in re_string_reconstruct()
822 if (BE (pstr->mbs_allocated, 0)) in re_string_reconstruct()
844 if (BE (!pstr->mbs_allocated, 1)) in re_string_peek_byte_case()
876 if (BE (!pstr->mbs_allocated, 1)) in re_string_fetch_byte_case()
917 if (pstr->mbs_allocated) in re_string_destruct()