Home
last modified time | relevance | path

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

/PHP-8.0/ext/ftp/
H A Dphp_ftp.c704 php_stream *outstream; in PHP_FUNCTION() local
729 if (outstream == NULL) { in PHP_FUNCTION()
732 if (outstream != NULL) { in PHP_FUNCTION()
745 if (outstream == NULL) { in PHP_FUNCTION()
751 php_stream_close(outstream); in PHP_FUNCTION()
759 php_stream_close(outstream); in PHP_FUNCTION()
770 php_stream *outstream; in PHP_FUNCTION() local
794 if (outstream == NULL) { in PHP_FUNCTION()
797 if (outstream != NULL) { in PHP_FUNCTION()
810 if (outstream == NULL) { in PHP_FUNCTION()
[all …]
H A Dftp.h182 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype…
212 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftpt…
H A Dftp.c866 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t ty… in ftp_get() argument
926 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
930 php_stream_write(outstream, ptr, (s - ptr)); in ftp_get()
933 php_stream_putc(outstream, '\n'); in ftp_get()
939 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
941 } else if (rcvd != php_stream_write(outstream, data->buf, rcvd)) { in ftp_get()
2060 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t… in ftp_nb_get() argument
2103 ftp->stream = outstream; in ftp_nb_get()

Completed in 14 milliseconds