to_charset 2545 ext/iconv/iconv.c char *to_charset; to_charset 2558 ext/iconv/iconv.c pefree(self->to_charset, self->persistent); to_charset 2565 ext/iconv/iconv.c const char *to_charset, size_t to_charset_len, to_charset 2568 ext/iconv/iconv.c if (NULL == (self->to_charset = pemalloc(to_charset_len + 1, persistent))) { to_charset 2573 ext/iconv/iconv.c pefree(self->to_charset, persistent); to_charset 2578 ext/iconv/iconv.c memcpy(self->to_charset, to_charset, to_charset_len); to_charset 2579 ext/iconv/iconv.c self->to_charset[to_charset_len] = '\0'; to_charset 2583 ext/iconv/iconv.c if ((iconv_t)-1 == (self->cd = iconv_open(self->to_charset, self->from_charset))) { to_charset 2585 ext/iconv/iconv.c pefree(self->to_charset, persistent); to_charset 2633 ext/iconv/iconv.c php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): invalid multibyte sequence", self->from_charset, self->to_charset); to_charset 2640 ext/iconv/iconv.c php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): insufficient buffer", self->from_charset, self->to_charset); to_charset 2690 ext/iconv/iconv.c php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset); to_charset 2695 ext/iconv/iconv.c php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset); to_charset 2712 ext/iconv/iconv.c php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): invalid multibyte sequence", self->from_charset, self->to_charset); to_charset 2718 ext/iconv/iconv.c php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): insufficient buffer", self->from_charset, self->to_charset); to_charset 2726 ext/iconv/iconv.c php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unexpected octet values", self->from_charset, self->to_charset); to_charset 2767 ext/iconv/iconv.c php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset); to_charset 2772 ext/iconv/iconv.c php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset); to_charset 2868 ext/iconv/iconv.c char *from_charset = NULL, *to_charset = NULL; to_charset 2879 ext/iconv/iconv.c if ((to_charset = strpbrk(from_charset, "/.")) == NULL) { to_charset 2882 ext/iconv/iconv.c from_charset_len = to_charset - from_charset; to_charset 2883 ext/iconv/iconv.c ++to_charset; to_charset 2884 ext/iconv/iconv.c to_charset_len = strlen(to_charset); to_charset 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) {