Home
last modified time | relevance | path

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

/PHP-8.3/ext/iconv/
H A Diconv.c2105 char *enc_str_tmp; in PHP_FUNCTION() local
2125 enc_str_tmp = ZSTR_VAL(encoded_str); in PHP_FUNCTION()
2136 …if (PHP_ICONV_ERR_SUCCESS != (err = _php_iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_l… in PHP_FUNCTION()
2183 enc_str_len_tmp -= next_pos - enc_str_tmp; in PHP_FUNCTION()
2184 enc_str_tmp = (char *)next_pos; in PHP_FUNCTION()

Completed in 11 milliseconds