Home
last modified time | relevance | path

Searched refs:php_stream_alloc_rel (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c140 stream = php_stream_alloc_rel(&php_stream_gzio_ops, self, 0, mode); in php_stream_gzopen()
/PHP-5.5/main/streams/
H A Dmemory.c305 …stream = php_stream_alloc_rel(&php_stream_memory_ops, self, 0, mode & TEMP_STREAM_READONLY ? "rb" … in _php_stream_memory_create()
568 …stream = php_stream_alloc_rel(&php_stream_temp_ops, self, 0, mode & TEMP_STREAM_READONLY ? "rb" : … in _php_stream_temp_create()
H A Dxp_socket.c733 xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+"); in php_tcp_sockop_accept()
817 stream = php_stream_alloc_rel(ops, sock, persistent_id, "r+"); in php_stream_generic_socket_factory()
H A Dplain_wrapper.c168 return php_stream_alloc_rel(&php_stream_stdio_ops, self, persistent_id, mode); in _php_stream_fopen_from_fd_int()
184 return php_stream_alloc_rel(&php_stream_stdio_ops, self, 0, mode); in _php_stream_fopen_from_file_int()
316 stream = php_stream_alloc_rel(&php_stream_stdio_ops, self, 0, mode); in _php_stream_fopen_from_pipe()
H A Duserspace.c405 stream = php_stream_alloc_rel(&php_stream_userspace_ops, us, 0, mode); in user_wrapper_opener()
488 stream = php_stream_alloc_rel(&php_stream_userspace_dir_ops, us, 0, mode); in user_wrapper_opendir()
/PHP-5.5/ext/bz2/
H A Dbz2.c208 return php_stream_alloc_rel(&php_stream_bz2io_ops, self, 0, mode); in _php_stream_bz2open_from_BZFILE()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c768 xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+"); in php_openssl_tcp_sockop_accept()
1068 stream = php_stream_alloc_rel(&php_openssl_socket_ops, sslsock, persistent_id, "r+"); in php_openssl_ssl_socket_factory()
/PHP-5.5/main/
H A Dphp_streams.h62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… macro
H A Dnetwork.c1051 stream = php_stream_alloc_rel(&php_stream_generic_socket_ops, sock, persistent_id, "r+");

Completed in 41 milliseconds