default_context    35 ext/hash/hash.c # define DEFAULT_CONTEXT FG(default_context)
default_context   681 ext/pdo_pgsql/pgsql_driver.c 	stream = php_stream_open_wrapper_ex(filename, "rb", ENFORCE_SAFE_MODE, NULL, FG(default_context));
default_context   783 ext/pdo_pgsql/pgsql_driver.c 	stream = php_stream_open_wrapper_ex(filename, "wb", ENFORCE_SAFE_MODE, NULL, FG(default_context));
default_context   250 ext/spl/spl_directory.c 	intern->u.dir.dirp = php_stream_opendir(path, REPORT_ERRORS, FG(default_context));
default_context  3748 ext/standard/basic_functions.c 	FG(default_context) = NULL;
default_context   125 ext/standard/file.h 	php_stream_context *default_context;
default_context  1122 ext/standard/streamsfuncs.c 	if (FG(default_context) == NULL) {
default_context  1123 ext/standard/streamsfuncs.c 		FG(default_context) = php_stream_context_alloc(TSRMLS_C);
default_context  1125 ext/standard/streamsfuncs.c 	context = FG(default_context);
default_context  1146 ext/standard/streamsfuncs.c 	if (FG(default_context) == NULL) {
default_context  1147 ext/standard/streamsfuncs.c 		FG(default_context) = php_stream_context_alloc(TSRMLS_C);
default_context  1149 ext/standard/streamsfuncs.c 	context = FG(default_context);
default_context   712 ext/standard/url.c 	context = FG(default_context) ? FG(default_context) : (FG(default_context) = php_stream_context_alloc(TSRMLS_C));
default_context    38 main/streams/php_stream_context.h 		FG(default_context) ? FG(default_context) : \
default_context    39 main/streams/php_stream_context.h 		(FG(default_context) = php_stream_context_alloc(TSRMLS_C)) )