encoded_str      2309 ext/iconv/iconv.c 	zend_string *encoded_str;
encoded_str      2319 ext/iconv/iconv.c 		&encoded_str, &mode, &charset, &charset_len) == FAILURE) {
encoded_str      2329 ext/iconv/iconv.c 	err = _php_iconv_mime_decode(&retval, ZSTR_VAL(encoded_str), ZSTR_LEN(encoded_str), charset, NULL, (int)mode);
encoded_str      2349 ext/iconv/iconv.c 	zend_string *encoded_str;
encoded_str      2359 ext/iconv/iconv.c 		&encoded_str, &mode, &charset, &charset_len) == FAILURE) {
encoded_str      2371 ext/iconv/iconv.c 	enc_str_tmp = ZSTR_VAL(encoded_str);
encoded_str      2372 ext/iconv/iconv.c 	enc_str_len_tmp = ZSTR_LEN(encoded_str);