infected_str_new 1346 pack.c         		UNPACK_PUSH(infected_str_new(s, len, str));
infected_str_new 1357 pack.c         		UNPACK_PUSH(infected_str_new(s, t-s, str));
infected_str_new 1365 pack.c         	    UNPACK_PUSH(infected_str_new(s, len, str));
infected_str_new 1660 pack.c         		VALUE buf = infected_str_new(0, (send - s)*3/4, str);
infected_str_new 1715 pack.c         		VALUE buf = infected_str_new(0, (send - s + 3)*3/4, str); /* +3 is for skipping paddings */
infected_str_new 1796 pack.c         		VALUE buf = infected_str_new(0, send - s, str);