Searched refs:new_array_start (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c2690 wchar_t *new_array_start, *new_array_end;
2697 new_array_start = re_realloc (mbcset->range_starts, wchar_t,
2702 if (BE (new_array_start == NULL || new_array_end == NULL, 0))
2705 mbcset->range_starts = new_array_start;
2919 uint32_t *new_array_start;
2925 new_array_start = re_realloc (mbcset->range_starts, uint32_t,
2930 if (BE (new_array_start == NULL || new_array_end == NULL, 0))
2933 mbcset->range_starts = new_array_start;
2681 wchar_t *new_array_start, *new_array_end; local
2910 uint32_t *new_array_start; local

Completed in 71 milliseconds