Home
last modified time | relevance | path

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

/PHP-8.0/ext/ftp/
H A Dftp.h187 int ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_…
192 int ftp_append(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftpty…
217 int ftp_nb_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftpty…
H A Dphp_ftp.c992 php_stream *instream; in PHP_FUNCTION() local
1021 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
1026 php_stream_close(instream); in PHP_FUNCTION()
1032 php_stream_close(instream); in PHP_FUNCTION()
1047 php_stream *instream; in PHP_FUNCTION() local
1062 if (!ftp_append(ftp, remote, remote_len, instream, xtype)) { in PHP_FUNCTION()
1063 php_stream_close(instream); in PHP_FUNCTION()
1069 php_stream_close(instream); in PHP_FUNCTION()
1084 php_stream *instream; in PHP_FUNCTION() local
1113 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
[all …]
H A Dftp.c961 ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t typ… in ftp_put() argument
1006 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_put()
1043 ftp_append(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t … in ftp_append() argument
1073 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_append()
2179 ftp_nb_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t … in ftp_nb_put() argument
2217 ftp->stream = instream; in ftp_nb_put()

Completed in 18 milliseconds