to_charset_len   2570 ext/iconv/iconv.c 	size_t to_charset_len;
to_charset_len   2589 ext/iconv/iconv.c 		const char *to_charset, size_t to_charset_len,
to_charset_len   2592 ext/iconv/iconv.c 	if (NULL == (self->to_charset = pemalloc(to_charset_len + 1, persistent))) {
to_charset_len   2595 ext/iconv/iconv.c 	self->to_charset_len = to_charset_len;
to_charset_len   2602 ext/iconv/iconv.c 	memcpy(self->to_charset, to_charset, to_charset_len);
to_charset_len   2603 ext/iconv/iconv.c 	self->to_charset[to_charset_len] = '\0';
to_charset_len   2893 ext/iconv/iconv.c 	size_t from_charset_len, to_charset_len;
to_charset_len   2908 ext/iconv/iconv.c 	to_charset_len = strlen(to_charset);
to_charset_len   2910 ext/iconv/iconv.c 	if (from_charset_len >= ICONV_CSNMAXLEN || to_charset_len >= ICONV_CSNMAXLEN) {
to_charset_len   2918 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) {