php_stream_alloc_rel 205 ext/bz2/bz2.c return php_stream_alloc_rel(&php_stream_bz2io_ops, self, 0, mode); php_stream_alloc_rel 2122 ext/openssl/xp_ssl.c xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+"); php_stream_alloc_rel 2405 ext/openssl/xp_ssl.c stream = php_stream_alloc_rel(&php_openssl_socket_ops, sslsock, persistent_id, "r+"); php_stream_alloc_rel 142 ext/zlib/zlib_fopen_wrapper.c stream = php_stream_alloc_rel(&php_stream_gzio_ops, self, 0, mode); php_stream_alloc_rel 1051 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 575 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 168 main/streams/plain_wrapper.c return php_stream_alloc_rel(&php_stream_stdio_ops, self, persistent_id, mode); php_stream_alloc_rel 184 main/streams/plain_wrapper.c return php_stream_alloc_rel(&php_stream_stdio_ops, self, 0, mode); php_stream_alloc_rel 310 main/streams/plain_wrapper.c stream = php_stream_alloc_rel(&php_stream_stdio_ops, self, 0, mode); php_stream_alloc_rel 406 main/streams/userspace.c stream = php_stream_alloc_rel(&php_stream_userspace_ops, us, 0, mode); php_stream_alloc_rel 489 main/streams/userspace.c stream = php_stream_alloc_rel(&php_stream_userspace_dir_ops, us, 0, mode); php_stream_alloc_rel 743 main/streams/xp_socket.c xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+"); php_stream_alloc_rel 827 main/streams/xp_socket.c stream = php_stream_alloc_rel(ops, sock, persistent_id, "r+");