to_charset_len   2546 ext/iconv/iconv.c 	size_t to_charset_len;
to_charset_len   2565 ext/iconv/iconv.c 		const char *to_charset, size_t to_charset_len,
to_charset_len   2568 ext/iconv/iconv.c 	if (NULL == (self->to_charset = pemalloc(to_charset_len + 1, persistent))) {
to_charset_len   2571 ext/iconv/iconv.c 	self->to_charset_len = to_charset_len;
to_charset_len   2578 ext/iconv/iconv.c 	memcpy(self->to_charset, to_charset, to_charset_len);
to_charset_len   2579 ext/iconv/iconv.c 	self->to_charset[to_charset_len] = '\0';
to_charset_len   2869 ext/iconv/iconv.c 	size_t from_charset_len, to_charset_len;
to_charset_len   2884 ext/iconv/iconv.c 	to_charset_len = strlen(to_charset);
to_charset_len   2886 ext/iconv/iconv.c 	if (from_charset_len >= ICONV_CSNMAXLEN || to_charset_len >= ICONV_CSNMAXLEN) {
to_charset_len   2894 ext/iconv/iconv.c 	if (php_iconv_stream_filter_ctor(inst, to_charset, to_charset_len, from_charset, from_charset_len, persistent) != PHP_ICONV_ERR_SUCCESS) {