Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.c138 wint_t *new_wcs; in re_string_realloc_buffers() local
145 new_wcs = re_realloc (pstr->wcs, wint_t, new_buf_len); in re_string_realloc_buffers()
146 if (BE (new_wcs == NULL, 0)) in re_string_realloc_buffers()
148 pstr->wcs = new_wcs; in re_string_realloc_buffers()