Home
last modified time | relevance | path

Searched defs:stream (Results 51 – 75 of 98) sorted by relevance

1234

/PHP-8.1/ext/standard/
H A Duser_filters.c138 php_stream *stream, in userfilter_filter()
473 php_stream *stream; in PHP_FUNCTION() local
H A Dfilters.c33 php_stream *stream, in strfilter_rot13_filter()
81 php_stream *stream, in strfilter_toupper_filter()
109 php_stream *stream, in strfilter_tolower_filter()
1335 php_stream *stream, php_stream_filter *filter, in strfilter_convert_append_bucket()
1515 php_stream *stream, in strfilter_convert_filter()
1634 php_stream *stream, in consumed_filter_filter()
1853 php_stream *stream, in php_chunked_filter()
H A Dproc_open.c850 php_stream *stream = php_stream_open_wrapper(ZSTR_VAL(file_path), ZSTR_VAL(file_mode), in set_proc_descriptor_to_file() local
997 php_stream *stream = (php_stream*)zend_fetch_resource(Z_RES_P(resource), "stream", in set_proc_descriptor_from_resource() local
1319 php_stream *stream = NULL; in PHP_FUNCTION() local
H A Dfile.h75 php_stream *stream; member
H A Dformatted_print.c862 php_stream *stream; in PHP_FUNCTION() local
892 php_stream *stream; in PHP_FUNCTION() local
H A Dmail.c329 php_stream *stream = php_stream_open_wrapper(filename, "a", flags, NULL); in php_mail_log_to_file() local
H A Dmd5.c78 php_stream *stream; in PHP_FUNCTION() local
H A Dsha1.c68 php_stream *stream; in PHP_FUNCTION() local
H A Durl.c684 php_stream *stream; in PHP_FUNCTION() local
/PHP-8.1/ext/ftp/
H A Dphp_ftp.c591 php_stream *stream; in PHP_FUNCTION() local
635 php_stream *stream; in PHP_FUNCTION() local
875 php_stream *stream; in PHP_FUNCTION() local
923 php_stream *stream; in PHP_FUNCTION() local
H A Dftp.h75 php_stream *stream; /* output stream for "nonblocking" transfers */ member
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_loaddata.c174 php_stream *stream = php_stream_opendir(local_infile_directory, REPORT_ERRORS, NULL); in mysqlnd_handle_local_infile() local
H A Dmysqlnd_vio.c35 mysqlnd_set_sock_no_delay(php_stream * stream) in mysqlnd_set_sock_no_delay()
55 mysqlnd_set_sock_keepalive(php_stream * stream) in mysqlnd_set_sock_keepalive()
/PHP-8.1/ext/zlib/
H A Dzlib.c616 php_stream *stream; in PHP_FUNCTION() local
654 php_stream *stream; in PHP_FUNCTION() local
680 php_stream *stream; in PHP_FUNCTION() local
/PHP-8.1/Zend/
H A Dzend_stream.h54 zend_stream stream; member
/PHP-8.1/ext/sockets/
H A Dsockets.c869 php_stream *stream; local
908 php_stream *stream; local
965 php_stream *stream = NULL; local
2206 php_stream *stream; local
2252 php_stream *stream = NULL; local
/PHP-8.1/ext/curl/
H A Dinterface.c143 php_stream *stream; in _php_curl_verify_handlers() local
1658 php_stream *stream; member
2043 php_stream *stream; in build_mime_structure_from_hash() local
3081 php_stream *stream; in PHP_FUNCTION() local
/PHP-8.1/ext/hash/
H A Dhash.c364 php_stream *stream = NULL; in php_hash_do_hash() local
506 php_stream *stream = NULL; in php_hash_do_hash_hmac() local
712 php_stream *stream = NULL; in PHP_FUNCTION() local
750 php_stream *stream; in PHP_FUNCTION() local
H A Dhash.stub.php23 function hash_update_stream(HashContext $context, $stream, int $length = -1): int {}
/PHP-8.1/TSRM/
H A Dtsrm_win32.h47 FILE *stream; member
/PHP-8.1/sapi/fpm/fpm/
H A Dzlog.h104 #define zlog_stream_prefix(stream) \ argument
/PHP-8.1/ext/pgsql/
H A Dpgsql.c2249 php_stream *stream; in PHP_FUNCTION() local
4104 static ssize_t php_pgsql_fd_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_pgsql_fd_write()
4110 static ssize_t php_pgsql_fd_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_pgsql_fd_read()
4116 static int php_pgsql_fd_close(php_stream *stream, int close_handle) /* {{{ */ in php_pgsql_fd_close()
4122 static int php_pgsql_fd_flush(php_stream *stream) /* {{{ */ in php_pgsql_fd_flush()
4128 static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam) /* {{… in php_pgsql_fd_set_option()
4140 static int php_pgsql_fd_cast(php_stream *stream, int cast_as, void **ret) /* {{{ */ in php_pgsql_fd_cast()
4170 php_stream *stream; in PHP_FUNCTION() local
/PHP-8.1/main/
H A Dnetwork.c1081 php_stream *stream; local
1108 php_stream *stream; local
/PHP-8.1/ext/gd/
H A Dgd.c690 php_stream *stream; in PHP_FUNCTION() local
1645 php_stream *stream; in _php_image_create_from() local
1978 php_stream *stream; in PHP_FUNCTION() local
4145 php_stream * stream = (php_stream *)ctx->data; in _php_image_stream_putc() local
4151 php_stream * stream = (php_stream *)ctx->data; in _php_image_stream_putbuf() local
4178 php_stream *stream; in create_stream_context_from_zval() local
4205 static gdIOCtx *create_stream_context(php_stream *stream, int close_stream) { in create_stream_context()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c855 static ssize_t phpdbg_stdiop_write(php_stream *stream, const char *buf, size_t count) { in phpdbg_stdiop_write()
1100 php_stream *stream = php_stream_fopen_from_fd(dup(fileno(PHPDBG_G(stdin_file))), "r", NULL); in phpdbg_stream_url_wrap_php() local

Completed in 160 milliseconds

1234