Home
last modified time | relevance | path

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

/PHP-5.5/ext/iconv/
H A Diconv.c2336 smart_str decoded_header = {0}; in PHP_FUNCTION() local
2344 …if (PHP_ICONV_ERR_SUCCESS != (err = _php_iconv_mime_decode(&decoded_header, encoded_str, encoded_s… in PHP_FUNCTION()
2345 smart_str_free(&decoded_header); in PHP_FUNCTION()
2349 if (decoded_header.c == NULL) { in PHP_FUNCTION()
2353 limit = decoded_header.c + decoded_header.len; in PHP_FUNCTION()
2354 for (p = decoded_header.c; p < limit; p++) { in PHP_FUNCTION()
2357 header_name = decoded_header.c; in PHP_FUNCTION()
2358 header_name_len = (p - decoded_header.c) + 1; in PHP_FUNCTION()
2396 smart_str_free(&decoded_header); in PHP_FUNCTION()

Completed in 10 milliseconds