Home
last modified time | relevance | path

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

/php-src/ext/ftp/
H A Dphp_ftp.c684 php_stream *outstream; in PHP_FUNCTION() local
706 if (outstream == NULL) { in PHP_FUNCTION()
709 if (outstream != NULL) { in PHP_FUNCTION()
722 if (outstream == NULL) { in PHP_FUNCTION()
728 php_stream_close(outstream); in PHP_FUNCTION()
736 php_stream_close(outstream); in PHP_FUNCTION()
747 php_stream *outstream; in PHP_FUNCTION() local
768 if (outstream == NULL) { in PHP_FUNCTION()
771 if (outstream != NULL) { in PHP_FUNCTION()
784 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.c886 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t ty… in ftp_get() argument
944 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
948 php_stream_write(outstream, ptr, (s - ptr)); in ftp_get()
951 php_stream_putc(outstream, '\n'); in ftp_get()
957 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
959 } else if (rcvd != php_stream_write(outstream, data->buf, rcvd)) { in ftp_get()
2103 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t… in ftp_nb_get() argument
2155 ftp->stream = outstream; in ftp_nb_get()

Completed in 16 milliseconds