Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/
H A Dmbstring.c2984 if (_from_encodings) { in php_mb_convert_encoding()
2987 php_mb_parse_encoding_list(_from_encodings, strlen(_from_encodings), &list, &size, 0 TSRMLS_CC); in php_mb_convert_encoding()
3058 _from_encodings = NULL; in PHP_FUNCTION()
3067 if ( _from_encodings) { in PHP_FUNCTION()
3068 l = strlen(_from_encodings); in PHP_FUNCTION()
3070 _from_encodings = erealloc(_from_encodings, l+n+2); in PHP_FUNCTION()
3071 strcpy(_from_encodings+l, ","); in PHP_FUNCTION()
3081 if (_from_encodings != NULL && !strlen(_from_encodings)) { in PHP_FUNCTION()
3082 efree(_from_encodings); in PHP_FUNCTION()
3083 _from_encodings = NULL; in PHP_FUNCTION()
[all …]
H A Dmbstring.h138 const char *_from_encodings,

Completed in 34 milliseconds