Home
last modified time | relevance | path

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

/PHP-7.4/ext/iconv/
H A Diconv.c2400 smart_str decoded_header = {0}; in PHP_FUNCTION() local
2408 …if (PHP_ICONV_ERR_SUCCESS != (err = _php_iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_l… in PHP_FUNCTION()
2409 smart_str_free(&decoded_header); in PHP_FUNCTION()
2413 if (decoded_header.s == NULL) { in PHP_FUNCTION()
2417 limit = ZSTR_VAL(decoded_header.s) + ZSTR_LEN(decoded_header.s); in PHP_FUNCTION()
2418 for (p = ZSTR_VAL(decoded_header.s); p < limit; p++) { in PHP_FUNCTION()
2421 header_name = ZSTR_VAL(decoded_header.s); in PHP_FUNCTION()
2422 header_name_len = p - ZSTR_VAL(decoded_header.s); in PHP_FUNCTION()
2458 smart_str_free(&decoded_header); in PHP_FUNCTION()

Completed in 9 milliseconds