Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.c160 unsigned char *new_mbs = re_realloc (pstr->mbs, unsigned char, in re_string_realloc_buffers() local
162 if (BE (new_mbs == NULL, 0)) in re_string_realloc_buffers()
164 pstr->mbs = new_mbs; in re_string_realloc_buffers()