Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dmbstring.h170 const mbfl_encoding *current_http_output_encoding; variable
H A Dmbstring.c1295 MBSTRG(current_http_output_encoding) = &mbfl_encoding_pass; in PHP_INI_MH()
1302 MBSTRG(current_http_output_encoding) = &mbfl_encoding_pass; in PHP_INI_MH()
1307 MBSTRG(current_http_output_encoding) = encoding; in PHP_INI_MH()
1499 mbstring_globals->current_http_output_encoding = &mbfl_encoding_pass; in PHP_INI_END()
1615 MBSTRG(current_http_output_encoding) = MBSTRG(http_output_encoding); in PHP_RINIT_FUNCTION()
1904 name = MBSTRG(current_http_output_encoding) ? MBSTRG(current_http_output_encoding)->name: NULL; in PHP_FUNCTION()
1916 MBSTRG(current_http_output_encoding) = encoding; in PHP_FUNCTION()
2163 encoding = MBSTRG(current_http_output_encoding); in PHP_FUNCTION()
4716 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()
4790 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds