Home
last modified time | relevance | path

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

/PHP-7.1/ext/iconv/
H A Diconv.c2392 char *enc_str_tmp; in PHP_FUNCTION() local
2410 enc_str_tmp = ZSTR_VAL(encoded_str); in PHP_FUNCTION()
2421 …if (PHP_ICONV_ERR_SUCCESS != (err = _php_iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_l… in PHP_FUNCTION()
2468 enc_str_len_tmp -= next_pos - enc_str_tmp; in PHP_FUNCTION()
2469 enc_str_tmp = (char *)next_pos; in PHP_FUNCTION()

Completed in 22 milliseconds