Searched refs:mbs_allocated (Results 1 – 2 of 2) sorted by relevance
57 pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str; in re_string_allocate()148 if (pstr->mbs_allocated) in re_string_realloc_buffers()172 pstr->mbs_allocated = (trans != NULL || icase); in re_string_construct_common()576 if (!pstr->mbs_allocated) in re_string_reconstruct()599 if (BE (pstr->mbs_allocated, 0)) in re_string_reconstruct()685 if (pstr->mbs_allocated) in re_string_reconstruct()708 if (!BE (pstr->mbs_allocated, 0)) in re_string_reconstruct()730 if (BE (pstr->mbs_allocated, 0)) in re_string_reconstruct()751 if (BE (!pstr->mbs_allocated, 1)) in internal_function()784 if (BE (!pstr->mbs_allocated, 1)) in internal_function()[all …]
323 unsigned char mbs_allocated; member
Completed in 11 milliseconds