Home
last modified time | relevance | path

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

/php-src/ext/iconv/
H A Diconv.c2106 size_t enc_str_len_tmp; in PHP_FUNCTION() local
2126 enc_str_len_tmp = ZSTR_LEN(encoded_str); in PHP_FUNCTION()
2127 while (enc_str_len_tmp > 0) { in PHP_FUNCTION()
2136 …CCESS != (err = _php_iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_len_tmp, charset, &ne… in PHP_FUNCTION()
2183 enc_str_len_tmp -= next_pos - enc_str_tmp; in PHP_FUNCTION()

Completed in 9 milliseconds