Searched refs:enc_str_tmp (Results 1 – 1 of 1) sorted by relevance
2379 char *enc_str_tmp; in PHP_FUNCTION() local2397 enc_str_tmp = ZSTR_VAL(encoded_str); in PHP_FUNCTION()2408 …if (PHP_ICONV_ERR_SUCCESS != (err = _php_iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_l… in PHP_FUNCTION()2455 enc_str_len_tmp -= next_pos - enc_str_tmp; in PHP_FUNCTION()2456 enc_str_tmp = (char *)next_pos; in PHP_FUNCTION()
Completed in 12 milliseconds