Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/
H A Dmbstring.c3105 if (_from_encodings) { in php_mb_convert_encoding()
3108 php_mb_parse_encoding_list(_from_encodings, strlen(_from_encodings), &list, &size, 0); in php_mb_convert_encoding()
3232 _from_encodings = NULL; in PHP_FUNCTION()
3237 if ( _from_encodings) { in PHP_FUNCTION()
3238 l = strlen(_from_encodings); in PHP_FUNCTION()
3240 _from_encodings = erealloc(_from_encodings, l+n+2); in PHP_FUNCTION()
3241 memcpy(_from_encodings + l, ",", 1); in PHP_FUNCTION()
3249 if (_from_encodings != NULL && !strlen(_from_encodings)) { in PHP_FUNCTION()
3250 efree(_from_encodings); in PHP_FUNCTION()
3251 _from_encodings = NULL; in PHP_FUNCTION()
[all …]
H A Dmbstring.h123 const char *_from_encodings,

Completed in 25 milliseconds