Home
last modified time | relevance | path

Searched refs:php_stream_alloc (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/zip/
H A Dzip_stream.c220 stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); in php_stream_zip_open()
299 stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode); in php_stream_zip_opener()
/PHP-5.5/ext/standard/
H A Dphp_fopen_wrapper.c202 return php_stream_alloc(&php_stream_output_ops, NULL, 0, "wb"); in php_stream_url_wrap_php()
212 return php_stream_alloc(&php_stream_input_ops, ecalloc(1, sizeof(off_t)), 0, "rb"); in php_stream_url_wrap_php()
H A Dftp_fopen_wrapper.c762 dirsdata->dirstream = php_stream_alloc(&php_ftp_dirstream_ops, dirsdata, 0, mode); in php_stream_ftp_opendir()
/PHP-5.5/ext/phar/
H A Ddirstream.c204 return php_stream_alloc(&phar_dir_ops, data, NULL, "r"); in phar_make_dirstream()
308 return php_stream_alloc(&phar_dir_ops, data, NULL, "r"); in phar_make_dirstream()
311 return php_stream_alloc(&phar_dir_ops, data, NULL, "r"); in phar_make_dirstream()
H A Dstream.c207 fpf = php_stream_alloc(&phar_ops, idata, NULL, mode); in phar_wrapper_open_url()
340 fpf = php_stream_alloc(&phar_ops, idata, NULL, mode); in phar_wrapper_open_url()
/PHP-5.5/
H A DREADME.STREAMS241 associates it with a php_stream using php_stream_alloc.
251 ret = php_stream_alloc(&php_stream_stdio_ops, fp, 0, 0, mode);
266 The prototype for php_stream_alloc is this:
268 PHPAPI php_stream * php_stream_alloc(php_stream_ops * ops, void * abstract,
328 stream = php_stream_alloc(&my_ops, state, 0, persistent, "r");
/PHP-5.5/main/streams/
H A Dglob_wrapper.c260 return php_stream_alloc(&php_glob_stream_ops, pglob, 0, mode); in php_glob_stream_opener()
H A Dplain_wrapper.c914 stream = php_stream_alloc(&php_plain_files_dirstream_ops, dir, 0, mode); in php_plain_files_dir_opener()
/PHP-5.5/main/
H A Dphp_streams.h243 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… macro
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c710 stm = php_stream_alloc(&oci_blob_stream_ops, self, 0, "r+b"); in oci_create_lob_stream()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c194 stm = php_stream_alloc(&pdo_pgsql_lob_stream_ops, self, 0, "r+b"); in pdo_pgsql_create_lob_stream()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1245 stream = php_stream_alloc(&php_stream_sqlite3_ops, sqlite3_stream, 0, "rb");

Completed in 79 milliseconds