Home
last modified time | relevance | path

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

/PHP-5.6/ext/ftp/
H A Dphp_ftp.c858 php_stream *outstream; in PHP_FUNCTION() local
881 if (outstream == NULL) { in PHP_FUNCTION()
884 if (outstream != NULL) { in PHP_FUNCTION()
897 if (outstream == NULL) { in PHP_FUNCTION()
903 php_stream_close(outstream); in PHP_FUNCTION()
909 php_stream_close(outstream); in PHP_FUNCTION()
921 php_stream *outstream; in PHP_FUNCTION() local
942 if (outstream == NULL) { in PHP_FUNCTION()
945 if (outstream != NULL) { in PHP_FUNCTION()
958 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, long resumepos…
199 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resume…
H A Dftp.c799 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos TSRM… in ftp_get() argument
855 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
859 php_stream_write(outstream, ptr, (s - ptr)); in ftp_get()
862 php_stream_putc(outstream, '\n'); in ftp_get()
868 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
870 } else if (rcvd != php_stream_write(outstream, data->buf, rcvd)) { in ftp_get()
1722 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos T… in ftp_nb_get() argument
1761 ftp->stream = outstream; in ftp_nb_get()
/PHP-5.6/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 14 milliseconds