buf_growth        462 ext/iconv/iconv.c 	size_t buf_growth = 128;
buf_growth        469 ext/iconv/iconv.c 			out_left = buf_growth - out_left;
buf_growth        498 ext/iconv/iconv.c 			ZSTR_LEN((d)->s) += (buf_growth - out_left);
buf_growth        499 ext/iconv/iconv.c 			buf_growth <<= 1;
buf_growth        503 ext/iconv/iconv.c 			out_left = buf_growth - out_left;
buf_growth        509 ext/iconv/iconv.c 				ZSTR_LEN((d)->s) += (buf_growth - out_left);
buf_growth        522 ext/iconv/iconv.c 			ZSTR_LEN((d)->s) += (buf_growth - out_left);
buf_growth        523 ext/iconv/iconv.c 			buf_growth <<= 1;