default_charset   261 ext/filter/sanitizing_filters.c 	buf = php_escape_html_entities_ex(Z_STRVAL_P(value), Z_STRLEN_P(value), &len, 1, quotes, SG(default_charset), 0 TSRMLS_CC);
default_charset   352 ext/iconv/iconv.c 	} else if (SG(default_charset)) {
default_charset   353 ext/iconv/iconv.c 		return SG(default_charset);
default_charset   363 ext/iconv/iconv.c 	} else if (SG(default_charset)) {
default_charset   364 ext/iconv/iconv.c 		return SG(default_charset);
default_charset   374 ext/iconv/iconv.c 	} else if (SG(default_charset)) {
default_charset   375 ext/iconv/iconv.c 		return SG(default_charset);
default_charset   607 ext/mbstring/mbstring.c 	} else if (SG(default_charset)) {
default_charset   608 ext/mbstring/mbstring.c 		return SG(default_charset);
default_charset   616 ext/mbstring/mbstring.c 	} else if (SG(default_charset)) {
default_charset   617 ext/mbstring/mbstring.c 		return SG(default_charset);
default_charset   625 ext/mbstring/mbstring.c 	} else if (SG(default_charset)) {
default_charset   626 ext/mbstring/mbstring.c 		return SG(default_charset);
default_charset    92 ext/standard/html.c 	} else if (SG(default_charset) && SG(default_charset)[0] ) {
default_charset    93 ext/standard/html.c 		return SG(default_charset);
default_charset   407 ext/standard/html.c 	charset_hint = SG(default_charset);
default_charset   328 main/SAPI.c    	if (SG(default_charset)) {
default_charset   329 main/SAPI.c    		charset = SG(default_charset);
default_charset   330 main/SAPI.c    		charset_len = strlen(SG(default_charset));
default_charset   388 main/SAPI.c    	charset = SG(default_charset) ? SG(default_charset) : SAPI_DEFAULT_CHARSET;
default_charset   129 main/SAPI.h    	char *default_charset;
default_charset   592 main/main.c    	STD_PHP_INI_ENTRY("default_charset",		PHP_DEFAULT_CHARSET,	PHP_INI_ALL,	OnUpdateString,			default_charset,		sapi_globals_struct, sapi_globals)
default_charset   580 sapi/apache/mod_php5.c 	if (SG(default_mimetype) || SG(default_charset)) {
default_charset   630 sapi/apache_hooks/mod_php5.c 	if (SG(default_mimetype) || SG(default_charset)) {