Home
last modified time | relevance | path

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

/PHP-7.0/ext/recode/
H A Drecode.c192 php_stream *instream, *outstream; in PHP_FUNCTION() local
199 php_stream_from_zval(instream, input); in PHP_FUNCTION()
202 if (FAILURE == php_stream_cast(instream, PHP_STREAM_AS_STDIO, (void**)&in_fp, REPORT_ERRORS)) { in PHP_FUNCTION()
/PHP-7.0/ext/ftp/
H A Dftp.h179 int ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long start…
204 int ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long st…
H A Dphp_ftp.c1192 php_stream *instream; in PHP_FUNCTION() local
1203 …if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS… in PHP_FUNCTION()
1221 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
1225 if (!ftp_put(ftp, remote, instream, xtype, startpos)) { in PHP_FUNCTION()
1226 php_stream_close(instream); in PHP_FUNCTION()
1230 php_stream_close(instream); in PHP_FUNCTION()
1247 php_stream *instream; in PHP_FUNCTION() local
1258 …if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS… in PHP_FUNCTION()
1276 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
1284 ret = ftp_nb_put(ftp, remote, instream, xtype, startpos); in PHP_FUNCTION()
[all …]
H A Dftp.c923 ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long startpos) in ftp_put() argument
964 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_put()
2012 ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, zend_long startpo… in ftp_nb_put() argument
2046 ftp->stream = instream; in ftp_nb_put()

Completed in 22 milliseconds