Home
last modified time | relevance | path

Searched refs:outstream (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/ftp/
H A Dphp_ftp.c695 php_stream *outstream; in PHP_FUNCTION() local
717 if (outstream == NULL) { in PHP_FUNCTION()
720 if (outstream != NULL) { in PHP_FUNCTION()
733 if (outstream == NULL) { in PHP_FUNCTION()
739 php_stream_close(outstream); in PHP_FUNCTION()
747 php_stream_close(outstream); in PHP_FUNCTION()
758 php_stream *outstream; in PHP_FUNCTION() local
779 if (outstream == NULL) { in PHP_FUNCTION()
782 if (outstream != NULL) { in PHP_FUNCTION()
795 if (outstream == NULL) { in PHP_FUNCTION()
[all …]
H A Dftp.h183 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype…
213 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftpt…
H A Dftp.c890 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t ty… in ftp_get() argument
950 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
954 php_stream_write(outstream, ptr, (s - ptr)); in ftp_get()
957 php_stream_putc(outstream, '\n'); in ftp_get()
963 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
965 } else if (rcvd != php_stream_write(outstream, data->buf, rcvd)) { in ftp_get()
2082 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t… in ftp_nb_get() argument
2134 ftp->stream = outstream; in ftp_nb_get()

Completed in 13 milliseconds