Lines Matching refs:current_http_output_encoding
1295 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()
1903 name = MBSTRG(current_http_output_encoding) ? MBSTRG(current_http_output_encoding)->name: NULL; in PHP_FUNCTION()
1915 MBSTRG(current_http_output_encoding) = encoding; in PHP_FUNCTION()
2141 encoding = MBSTRG(current_http_output_encoding); in PHP_FUNCTION()
4574 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()
4575 … add_assoc_string(return_value, "http_output", (char *)MBSTRG(current_http_output_encoding)->name); in PHP_FUNCTION()
4648 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()
4649 RETVAL_STRING((char *)MBSTRG(current_http_output_encoding)->name); in PHP_FUNCTION()