RESIZE_CAPA 258 string.c RESIZE_CAPA(str, RSTRING(str)->len);
RESIZE_CAPA 519 string.c RESIZE_CAPA(str, len);
RESIZE_CAPA 544 string.c RESIZE_CAPA(str, capa);
RESIZE_CAPA 572 string.c RESIZE_CAPA(str, RSTRING(str)->len + len);
RESIZE_CAPA 610 string.c RESIZE_CAPA(str, capa);
RESIZE_CAPA 635 string.c RESIZE_CAPA(str, len);
RESIZE_CAPA 1054 string.c RESIZE_CAPA(str, RSTRING(str)->len + 1);
RESIZE_CAPA 1204 string.c RESIZE_CAPA(str, RSTRING(str)->len + RSTRING(val)->len - len);
RESIZE_CAPA 1280 string.c RESIZE_CAPA(str, RSTRING(str)->len);
RESIZE_CAPA 1454 string.c RESIZE_CAPA(str, RSTRING(str)->len + RSTRING(repl)->len - plen);