Home
last modified time | relevance | path

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

/PHP-8.2/ext/ftp/
H A Dphp_ftp.c968 php_stream *instream; in PHP_FUNCTION() local
994 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
999 php_stream_close(instream); in PHP_FUNCTION()
1005 php_stream_close(instream); in PHP_FUNCTION()
1020 php_stream *instream; in PHP_FUNCTION() local
1032 if (!ftp_append(ftp, remote, remote_len, instream, xtype)) { in PHP_FUNCTION()
1033 php_stream_close(instream); in PHP_FUNCTION()
1039 php_stream_close(instream); in PHP_FUNCTION()
1054 php_stream *instream; in PHP_FUNCTION() local
1080 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
[all …]
H A Dftp.h188 int ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_…
193 int ftp_append(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftpty…
218 int ftp_nb_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftpty…
H A Dftp.c985 ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t typ… in ftp_put() argument
1030 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_put()
1067 ftp_append(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t … in ftp_append() argument
1097 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_append()
2210 ftp_nb_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t … in ftp_nb_put() argument
2248 ftp->stream = instream; in ftp_nb_put()

Completed in 13 milliseconds