Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.c60 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 …]
Dregex_internal.h411 unsigned char mbs_allocated; member