Lines Matching refs:current_http_output_encoding
767 MBSTRG(current_http_output_encoding) = encoding; in _php_mb_ini_mbstring_http_output_set()
987 mbstring_globals->current_http_output_encoding = &mbfl_encoding_pass; in PHP_GINIT_FUNCTION()
1111 MBSTRG(current_http_output_encoding) = MBSTRG(http_output_encoding); in PHP_RINIT_FUNCTION()
1338 ZEND_ASSERT(MBSTRG(current_http_output_encoding)); in PHP_FUNCTION()
1339 RETURN_STRING(MBSTRG(current_http_output_encoding)->name); in PHP_FUNCTION()
1347 MBSTRG(current_http_output_encoding) = encoding; in PHP_FUNCTION()
1563 encoding = MBSTRG(current_http_output_encoding); in PHP_FUNCTION()
3783 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()
3784 … add_assoc_string(return_value, "http_output", (char *)MBSTRG(current_http_output_encoding)->name); in PHP_FUNCTION()
3843 if (MBSTRG(current_http_output_encoding)) { in PHP_FUNCTION()
3844 RETVAL_STRING((char *)MBSTRG(current_http_output_encoding)->name); in PHP_FUNCTION()