Lines Matching refs:mbs_allocated
60 pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str; in re_string_allocate()
61 pstr->valid_len = (pstr->mbs_allocated || dfa->mb_cur_max > 1) ? 0 : len; in re_string_allocate()
83 pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str; in re_string_construct()
158 if (pstr->mbs_allocated) in re_string_realloc_buffers()
182 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()
780 if (pstr->mbs_allocated) in re_string_reconstruct()
798 if (!BE (pstr->mbs_allocated, 0)) in re_string_reconstruct()
820 if (BE (pstr->mbs_allocated, 0)) in re_string_reconstruct()
842 if (BE (!pstr->mbs_allocated, 1)) in internal_function()
875 if (BE (!pstr->mbs_allocated, 1)) in internal_function()
917 if (pstr->mbs_allocated) in re_string_destruct()