Home
last modified time | relevance | path

Searched refs:mbs_allocated (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.c67 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()
[all …]
H A Dregex_internal.h453 unsigned char mbs_allocated; member