Home
last modified time | relevance | path

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

/PHP-5.5/ext/ftp/
H A Dphp_ftp.c855 php_stream *outstream; in PHP_FUNCTION() local
878 if (outstream == NULL) { in PHP_FUNCTION()
881 if (outstream != NULL) { in PHP_FUNCTION()
894 if (outstream == NULL) { in PHP_FUNCTION()
900 php_stream_close(outstream); in PHP_FUNCTION()
906 php_stream_close(outstream); in PHP_FUNCTION()
918 php_stream *outstream; in PHP_FUNCTION() local
939 if (outstream == NULL) { in PHP_FUNCTION()
942 if (outstream != NULL) { in PHP_FUNCTION()
955 if (outstream == NULL) { in PHP_FUNCTION()
[all …]
H A Dftp.h172 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos…
197 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resume…
H A Dftp.c794 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos TSRM… in ftp_get() argument
850 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
854 php_stream_write(outstream, ptr, (s - ptr)); in ftp_get()
857 php_stream_putc(outstream, '\n'); in ftp_get()
863 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
865 } else if (rcvd != php_stream_write(outstream, data->buf, rcvd)) { in ftp_get()
1712 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos T… in ftp_nb_get() argument
1751 ftp->stream = outstream; in ftp_nb_get()
/PHP-5.5/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 12 milliseconds