Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dmbstring.c3231 if (_from_encodings) { in php_mb_convert_encoding()
3234 php_mb_parse_encoding_list(_from_encodings, strlen(_from_encodings), &list, &size, 0); in php_mb_convert_encoding()
3364 _from_encodings = NULL; in PHP_FUNCTION()
3369 if (_from_encodings) { in PHP_FUNCTION()
3370 efree(_from_encodings); in PHP_FUNCTION()
3375 if ( _from_encodings) { in PHP_FUNCTION()
3378 _from_encodings = erealloc(_from_encodings, l+n+2); in PHP_FUNCTION()
3387 if (_from_encodings != NULL && !strlen(_from_encodings)) { in PHP_FUNCTION()
3388 efree(_from_encodings); in PHP_FUNCTION()
3389 _from_encodings = NULL; in PHP_FUNCTION()
[all …]
H A Dmbstring.h124 const char *_from_encodings,

Completed in 24 milliseconds