Home
last modified time | relevance | path

Searched refs:encoded_str_len (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/iconv/
H A Diconv.c2274 int encoded_str_len; in PHP_FUNCTION() local
2284 &encoded_str, &encoded_str_len, &mode, &charset, &charset_len) == FAILURE) { in PHP_FUNCTION()
2294 err = _php_iconv_mime_decode(&retval, encoded_str, encoded_str_len, charset, NULL, mode); in PHP_FUNCTION()
2315 int encoded_str_len; in PHP_FUNCTION() local
2323 &encoded_str, &encoded_str_len, &mode, &charset, &charset_len) == FAILURE) { in PHP_FUNCTION()
2335 while (encoded_str_len > 0) { in PHP_FUNCTION()
2344 …CCESS != (err = _php_iconv_mime_decode(&decoded_header, encoded_str, encoded_str_len, charset, &ne… in PHP_FUNCTION()
2393 encoded_str_len -= next_pos - encoded_str; in PHP_FUNCTION()

Completed in 12 milliseconds