Home
last modified time | relevance | path

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

/PHP-8.0/ext/exif/tests/
H A Dexif_encoding_crash.phpt2 PHP crash when zend_multibyte_encoding_converter returns (size_t)-1)
/PHP-8.0/Zend/
H A Dzend_multibyte.h68 ZEND_API size_t zend_multibyte_encoding_converter(unsigned char **to, size_t *to_length, const unsi…
H A Dzend_multibyte.c153 ZEND_API size_t zend_multibyte_encoding_converter(unsigned char **to, size_t *to_length, const unsi… in zend_multibyte_encoding_converter() function
H A Dzend_language_scanner.l142 …return zend_multibyte_encoding_converter(to, to_length, from, from_length, internal_encoding, LANG… in encoding_filter_script_to_internal()
147 …return zend_multibyte_encoding_converter(to, to_length, from, from_length, zend_multibyte_encoding… in encoding_filter_script_to_intermediate()
152 return zend_multibyte_encoding_converter(to, to_length, from, from_length, in encoding_filter_intermediate_to_script()
160 return zend_multibyte_encoding_converter(to, to_length, from, from_length, in encoding_filter_intermediate_to_internal()
/PHP-8.0/main/
H A Drfc1867.c829 …if ((size_t)-1 != zend_multibyte_encoding_converter(&new_param, &new_param_len, (unsigned char *)p…
842 …if ((size_t)-1 != zend_multibyte_encoding_converter(&new_filename, &new_filename_len, (unsigned ch…
869 …if ((size_t)-1 != zend_multibyte_encoding_converter(&new_value, &new_value_len, (unsigned char *)v…
/PHP-8.0/ext/exif/
H A Dexif.c3056 if (!to || !from || zend_multibyte_encoding_converter( in exif_process_user_comment()
3078 if (!to || !from || zend_multibyte_encoding_converter( in exif_process_user_comment()
3116 if (zend_multibyte_encoding_converter( in exif_process_unicode()

Completed in 38 milliseconds