Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/
H A Dftp.h189 int ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_…
194 int ftp_append(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftpty…
219 int ftp_nb_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftpty…
H A Dphp_ftp.c1269 php_stream *instream; in PHP_FUNCTION() local
1298 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
1303 php_stream_close(instream); in PHP_FUNCTION()
1309 php_stream_close(instream); in PHP_FUNCTION()
1325 php_stream *instream; in PHP_FUNCTION() local
1340 if (!ftp_append(ftp, remote, remote_len, instream, xtype)) { in PHP_FUNCTION()
1341 php_stream_close(instream); in PHP_FUNCTION()
1347 php_stream_close(instream); in PHP_FUNCTION()
1363 php_stream *instream; in PHP_FUNCTION() local
1392 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
[all …]
H A Dftp.c989 ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t typ… in ftp_put() argument
1034 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_put()
1072 ftp_append(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t … in ftp_append() argument
1102 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_append()
2229 ftp_nb_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t … in ftp_nb_put() argument
2267 ftp->stream = instream; in ftp_nb_put()

Completed in 15 milliseconds