Home
last modified time | relevance | path

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

/PHP-7.0/ext/ftp/
H A Dphp_ftp.c907 php_stream *outstream; in PHP_FUNCTION() local
932 if (outstream == NULL) { in PHP_FUNCTION()
935 if (outstream != NULL) { in PHP_FUNCTION()
948 if (outstream == NULL) { in PHP_FUNCTION()
954 php_stream_close(outstream); in PHP_FUNCTION()
960 php_stream_close(outstream); in PHP_FUNCTION()
972 php_stream *outstream; in PHP_FUNCTION() local
996 if (outstream == NULL) { in PHP_FUNCTION()
999 if (outstream != NULL) { in PHP_FUNCTION()
1012 if (outstream == NULL) { in PHP_FUNCTION()
[all …]
H A Dftp.h174 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resu…
199 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long r…
H A Dftp.c831 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resumepos) in ftp_get() argument
887 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
891 php_stream_write(outstream, ptr, (s - ptr)); in ftp_get()
894 php_stream_putc(outstream, '\n'); in ftp_get()
900 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
902 } else if (rcvd != php_stream_write(outstream, data->buf, rcvd)) { in ftp_get()
1895 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resume… in ftp_nb_get() argument
1934 ftp->stream = outstream; in ftp_nb_get()
/PHP-7.0/ext/recode/
H A Drecode.c192 php_stream *instream, *outstream; in PHP_FUNCTION() local
200 php_stream_from_zval(outstream, output); in PHP_FUNCTION()
206 if (FAILURE == php_stream_cast(outstream, PHP_STREAM_AS_STDIO, (void**)&out_fp, REPORT_ERRORS)) { in PHP_FUNCTION()

Completed in 13 milliseconds