RESIZE_CAPA 1216 string.c RESIZE_CAPA(str, RSTRING_LEN(str)); RESIZE_CAPA 1630 string.c RESIZE_CAPA(str, capa); RESIZE_CAPA 2809 string.c RESIZE_CAPA(str, RSTRING_LEN(str) + carry_len); RESIZE_CAPA 3063 string.c RESIZE_CAPA(str, RSTRING_LEN(str) + RSTRING_LEN(val) - len + 1); RESIZE_CAPA 3438 string.c RESIZE_CAPA(str, RSTRING_LEN(str) + RSTRING_LEN(repl) - plen);