Home
last modified time | relevance | path

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

/PHP-7.2/ext/iconv/
H A Diconv.c2383 char *enc_str_tmp; in PHP_FUNCTION() local
2401 enc_str_tmp = ZSTR_VAL(encoded_str); in PHP_FUNCTION()
2412 …if (PHP_ICONV_ERR_SUCCESS != (err = _php_iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_l… in PHP_FUNCTION()
2459 enc_str_len_tmp -= next_pos - enc_str_tmp; in PHP_FUNCTION()
2460 enc_str_tmp = (char *)next_pos; in PHP_FUNCTION()

Completed in 9 milliseconds