Home
last modified time | relevance | path

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

/PHP-5.5/ext/exif/tests/
H A Dexif_encoding_crash.phpt2 PHP crash when zend_multibyte_encoding_converter returns (size_t)-1)
/PHP-5.5/Zend/
H A Dzend_multibyte.h69 ZEND_API size_t zend_multibyte_encoding_converter(unsigned char **to, size_t *to_length, const unsi…
H A Dzend_multibyte.c148 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.l130 …return zend_multibyte_encoding_converter(to, to_length, from, from_length, internal_encoding, LANG… in BEGIN_EXTERN_C()
135 …return zend_multibyte_encoding_converter(to, to_length, from, from_length, zend_multibyte_encoding… in encoding_filter_script_to_intermediate()
140 return zend_multibyte_encoding_converter(to, to_length, from, from_length, in encoding_filter_intermediate_to_script()
148 return zend_multibyte_encoding_converter(to, to_length, from, from_length, in encoding_filter_intermediate_to_internal()
H A Dzend_language_scanner.c132 …return zend_multibyte_encoding_converter(to, to_length, from, from_length, internal_encoding, LANG… in BEGIN_EXTERN_C()
137 …return zend_multibyte_encoding_converter(to, to_length, from, from_length, zend_multibyte_encoding… in encoding_filter_script_to_intermediate()
142 return zend_multibyte_encoding_converter(to, to_length, from, from_length, in encoding_filter_intermediate_to_script()
150 return zend_multibyte_encoding_converter(to, to_length, from, from_length, in encoding_filter_intermediate_to_internal()
/PHP-5.5/main/
H A Drfc1867.c821 …if ((size_t)-1 != zend_multibyte_encoding_converter(&new_param, &new_param_len, (unsigned char *)p…
834 …if ((size_t)-1 != zend_multibyte_encoding_converter(&new_filename, &new_filename_len, (unsigned ch…
861 …if ((size_t)-1 != zend_multibyte_encoding_converter(&new_value, &new_value_len, (unsigned char *)v…
/PHP-5.5/ext/exif/
H A Dexif.c2650 if (!to || !from || zend_multibyte_encoding_converter( in exif_process_user_comment()
2673 if (!to || !from || zend_multibyte_encoding_converter( in exif_process_user_comment()
2712 if (zend_multibyte_encoding_converter( in exif_process_unicode()

Completed in 47 milliseconds