Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/
H A Dmbstring.h141 const char *_from_encodings,
H A Dmbstring.c3155 if (_from_encodings) { in php_mb_convert_encoding()
3158 php_mb_parse_encoding_list(_from_encodings, strlen(_from_encodings), &list, &size, 0); in php_mb_convert_encoding()
3226 _from_encodings = NULL; in PHP_FUNCTION()
3232 if ( _from_encodings) { in PHP_FUNCTION()
3233 l = strlen(_from_encodings); in PHP_FUNCTION()
3235 _from_encodings = erealloc(_from_encodings, l+n+2); in PHP_FUNCTION()
3236 memcpy(_from_encodings + l, ",", 1); in PHP_FUNCTION()
3243 if (_from_encodings != NULL && !strlen(_from_encodings)) { in PHP_FUNCTION()
3244 efree(_from_encodings); in PHP_FUNCTION()
3245 _from_encodings = NULL; in PHP_FUNCTION()
[all …]

Completed in 32 milliseconds