re_string_realloc_buffers   55 lib/regex_internal.c   ret = re_string_realloc_buffers (pstr, init_buf_len);
re_string_realloc_buffers   80 lib/regex_internal.c       ret = re_string_realloc_buffers (pstr, len + 1);
re_string_realloc_buffers  100 lib/regex_internal.c 	      ret = re_string_realloc_buffers (pstr, pstr->bufs_len * 2);
re_string_realloc_buffers  423 lib/regex_internal.h static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
re_string_realloc_buffers 4157 lib/regexec.c    ret = re_string_realloc_buffers (pstr, pstr->bufs_len * 2);