Searched refs:re_string_realloc_buffers (Results 1 – 2 of 2) sorted by relevance
31 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,61 ret = re_string_realloc_buffers (pstr, init_buf_len); in re_string_allocate()86 ret = re_string_realloc_buffers (pstr, len + 1); in re_string_construct()106 ret = re_string_realloc_buffers (pstr, pstr->bufs_len * 2); in re_string_construct()140 re_string_realloc_buffers (re_string_t *pstr, Idx new_buf_len) in re_string_realloc_buffers() function
3997 ret = re_string_realloc_buffers (pstr, in extend_buffers()
Completed in 14 milliseconds