Searched refs:_from_encodings (Results 1 – 2 of 2) sorted by relevance
3218 if (_from_encodings) { in php_mb_convert_encoding()3221 php_mb_parse_encoding_list(_from_encodings, strlen(_from_encodings), &list, &size, 0); in php_mb_convert_encoding()3367 _from_encodings = NULL; in PHP_FUNCTION()3373 if ( _from_encodings) { in PHP_FUNCTION()3374 l = strlen(_from_encodings); in PHP_FUNCTION()3376 _from_encodings = erealloc(_from_encodings, l+n+2); in PHP_FUNCTION()3377 memcpy(_from_encodings + l, ",", 1); in PHP_FUNCTION()3384 if (_from_encodings != NULL && !strlen(_from_encodings)) { in PHP_FUNCTION()3385 efree(_from_encodings); in PHP_FUNCTION()3386 _from_encodings = NULL; in PHP_FUNCTION()[all …]
145 const char *_from_encodings,
Completed in 32 milliseconds