Searched refs:new_offsets (Results 1 – 1 of 1) sorted by relevance
159 Idx *new_offsets = re_realloc (pstr->offsets, Idx, new_buf_len); in re_string_realloc_buffers() local160 if (__glibc_unlikely (new_offsets == NULL)) in re_string_realloc_buffers()162 pstr->offsets = new_offsets; in re_string_realloc_buffers()
Completed in 6 milliseconds