Searched refs:zend_multibyte_encoding_converter (Results 1 – 7 of 7) sorted by relevance
/PHP-5.5/ext/exif/tests/ |
H A D | exif_encoding_crash.phpt | 2 PHP crash when zend_multibyte_encoding_converter returns (size_t)-1)
|
/PHP-5.5/Zend/ |
H A D | zend_multibyte.h | 69 ZEND_API size_t zend_multibyte_encoding_converter(unsigned char **to, size_t *to_length, const unsi…
|
H A D | zend_multibyte.c | 148 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 D | zend_language_scanner.l | 130 …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 D | zend_language_scanner.c | 132 …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 D | rfc1867.c | 821 …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 D | exif.c | 2650 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 56 milliseconds