php_stream_alloc_rel  234 ext/bz2/bz2.c  	return php_stream_alloc_rel(&php_stream_bz2io_ops, self, 0, mode);
php_stream_alloc_rel 2229 ext/openssl/xp_ssl.c 			xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+");
php_stream_alloc_rel 2572 ext/openssl/xp_ssl.c 	stream = php_stream_alloc_rel(&php_openssl_socket_ops, sslsock, persistent_id, "r+");
php_stream_alloc_rel  144 ext/zlib/zlib_fopen_wrapper.c 				stream = php_stream_alloc_rel(&php_stream_gzio_ops, self, 0, mode);
php_stream_alloc_rel 1109 main/network.c 	stream = php_stream_alloc_rel(&php_stream_generic_socket_ops, sock, persistent_id, "r+");
php_stream_alloc_rel  305 main/streams/memory.c 	stream = php_stream_alloc_rel(&php_stream_memory_ops, self, 0, mode & TEMP_STREAM_READONLY ? "rb" : "w+b");
php_stream_alloc_rel  574 main/streams/memory.c 	stream = php_stream_alloc_rel(&php_stream_temp_ops, self, 0, mode & TEMP_STREAM_READONLY ? "rb" : "w+b");
php_stream_alloc_rel  178 main/streams/plain_wrapper.c 	return php_stream_alloc_rel(&php_stream_stdio_ops, self, persistent_id, mode);
php_stream_alloc_rel  197 main/streams/plain_wrapper.c 	return php_stream_alloc_rel(&php_stream_stdio_ops, self, 0, mode);
php_stream_alloc_rel  326 main/streams/plain_wrapper.c 	stream = php_stream_alloc_rel(&php_stream_stdio_ops, self, 0, mode);
php_stream_alloc_rel  384 main/streams/userspace.c 		stream = php_stream_alloc_rel(&php_stream_userspace_ops, us, 0, mode);
php_stream_alloc_rel  459 main/streams/userspace.c 		stream = php_stream_alloc_rel(&php_stream_userspace_dir_ops, us, 0, mode);
php_stream_alloc_rel  810 main/streams/xp_socket.c 			xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+");
php_stream_alloc_rel  894 main/streams/xp_socket.c 	stream = php_stream_alloc_rel(ops, sock, persistent_id, "r+");