php_stream_context_alloc  914 ext/mysqlnd/mysqlnd_net.c 	php_stream_context * context = php_stream_context_alloc();
php_stream_context_alloc 3229 ext/soap/php_sdl.c 		context = php_stream_context_alloc();
php_stream_context_alloc 3256 ext/soap/php_sdl.c 			context = php_stream_context_alloc();
php_stream_context_alloc 3285 ext/soap/php_sdl.c 			context = php_stream_context_alloc();
php_stream_context_alloc 2421 ext/soap/soap.c   			context = php_stream_context_alloc();
php_stream_context_alloc  949 ext/standard/streamsfuncs.c 				context = php_stream_context_alloc();
php_stream_context_alloc 1116 ext/standard/streamsfuncs.c 		FG(default_context) = php_stream_context_alloc();
php_stream_context_alloc 1140 ext/standard/streamsfuncs.c 		FG(default_context) = php_stream_context_alloc();
php_stream_context_alloc 1161 ext/standard/streamsfuncs.c 	context = php_stream_context_alloc();
php_stream_context_alloc  726 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()) )
php_stream_context_alloc   61 main/streams/php_stream_context.h PHPAPI php_stream_context *php_stream_context_alloc(void);