Home
last modified time | relevance | path

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

/PHP-7.2/ext/iconv/
H A Diconv.c2404 smart_str decoded_header = {0}; in PHP_FUNCTION() local
2412 …if (PHP_ICONV_ERR_SUCCESS != (err = _php_iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_l… in PHP_FUNCTION()
2413 smart_str_free(&decoded_header); in PHP_FUNCTION()
2417 if (decoded_header.s == NULL) { in PHP_FUNCTION()
2421 limit = ZSTR_VAL(decoded_header.s) + ZSTR_LEN(decoded_header.s); in PHP_FUNCTION()
2422 for (p = ZSTR_VAL(decoded_header.s); p < limit; p++) { in PHP_FUNCTION()
2425 header_name = ZSTR_VAL(decoded_header.s); in PHP_FUNCTION()
2426 header_name_len = p - ZSTR_VAL(decoded_header.s); in PHP_FUNCTION()
2462 smart_str_free(&decoded_header); in PHP_FUNCTION()

Completed in 11 milliseconds