Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_multibyte.c48 …ar *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from) in dummy_encoding_converter() argument
155 …ar *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from) in zend_multibyte_encoding_converter() argument
157 …ltibyte_functions.encoding_converter(to, to_length, from, from_length, encoding_to, encoding_from); in zend_multibyte_encoding_converter()
H A Dzend_multibyte.h33 …r *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from);
70 …r *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from);
/PHP-7.2/ext/mbstring/
H A Dmbstring.h157 const char *encoding_from);
H A Dmbstring.c919 …ar *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from) in php_mb_zend_encoding_converter() argument
929 string.no_encoding = ((const mbfl_encoding*)encoding_from)->no_encoding; in php_mb_zend_encoding_converter()
935 …convd = mbfl_buffer_converter_new2((const mbfl_encoding *)encoding_from, (const mbfl_encoding *)en… in php_mb_zend_encoding_converter()

Completed in 23 milliseconds