Searched refs:mbs_allocated (Results 1 – 2 of 2) sorted by relevance
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()[all …]
411 unsigned char mbs_allocated; member