php_stream_context_alloc 3163 ext/soap/php_sdl.c 			context = php_stream_context_alloc();
php_stream_context_alloc 3182 ext/soap/php_sdl.c 			context = php_stream_context_alloc();
php_stream_context_alloc 2399 ext/soap/soap.c   			context = php_stream_context_alloc();
php_stream_context_alloc  927 ext/standard/streamsfuncs.c 				context = stream->context = php_stream_context_alloc();
php_stream_context_alloc 1025 ext/standard/streamsfuncs.c 		FG(default_context) = php_stream_context_alloc();
php_stream_context_alloc 1048 ext/standard/streamsfuncs.c 	context = php_stream_context_alloc();
php_stream_context_alloc  672 ext/standard/url.c 	context = FG(default_context) ? FG(default_context) : (FG(default_context) = php_stream_context_alloc());
php_stream_context_alloc   39 main/streams/php_stream_context.h 		(FG(default_context) = php_stream_context_alloc()) )