Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/
H A Dphp_ftp.c976 php_stream *outstream; in PHP_FUNCTION() local
1001 if (outstream == NULL) { in PHP_FUNCTION()
1004 if (outstream != NULL) { in PHP_FUNCTION()
1017 if (outstream == NULL) { in PHP_FUNCTION()
1023 php_stream_close(outstream); in PHP_FUNCTION()
1031 php_stream_close(outstream); in PHP_FUNCTION()
1043 php_stream *outstream; in PHP_FUNCTION() local
1067 if (outstream == NULL) { in PHP_FUNCTION()
1070 if (outstream != NULL) { in PHP_FUNCTION()
1083 if (outstream == NULL) { in PHP_FUNCTION()
[all …]
H A Dftp.h184 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype…
214 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftpt…
H A Dftp.c893 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t ty… in ftp_get() argument
953 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
957 php_stream_write(outstream, ptr, (s - ptr)); in ftp_get()
960 php_stream_putc(outstream, '\n'); in ftp_get()
966 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
968 } else if (rcvd != php_stream_write(outstream, data->buf, rcvd)) { in ftp_get()
2108 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t… in ftp_nb_get() argument
2151 ftp->stream = outstream; in ftp_nb_get()

Completed in 13 milliseconds