Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/
H A Dmbstring.h162 const mbfl_encoding *current_http_output_encoding; variable
H A Dmbstring.c1304 MBSTRG(current_http_output_encoding) = &mbfl_encoding_pass; in PHP_INI_MH()
1311 MBSTRG(current_http_output_encoding) = &mbfl_encoding_pass; in PHP_INI_MH()
1316 MBSTRG(current_http_output_encoding) = encoding; in PHP_INI_MH()
1505 mbstring_globals->current_http_output_encoding = &mbfl_encoding_pass; in PHP_INI_END()
1616 MBSTRG(current_http_output_encoding) = MBSTRG(http_output_encoding); in PHP_RINIT_FUNCTION()
1893 name = MBSTRG(current_http_output_encoding) ? MBSTRG(current_http_output_encoding)->name: NULL; in PHP_FUNCTION()
1905 MBSTRG(current_http_output_encoding) = encoding; in PHP_FUNCTION()
2127 encoding = MBSTRG(current_http_output_encoding); in PHP_FUNCTION()
4404 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()
4480 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds