Home
last modified time | relevance | path

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

/PHP-7.2/ext/ftp/
H A Dphp_ftp.c954 php_stream *outstream; in PHP_FUNCTION() local
979 if (outstream == NULL) { in PHP_FUNCTION()
982 if (outstream != NULL) { in PHP_FUNCTION()
995 if (outstream == NULL) { in PHP_FUNCTION()
1001 php_stream_close(outstream); in PHP_FUNCTION()
1007 php_stream_close(outstream); in PHP_FUNCTION()
1019 php_stream *outstream; in PHP_FUNCTION() local
1043 if (outstream == NULL) { in PHP_FUNCTION()
1046 if (outstream != NULL) { in PHP_FUNCTION()
1059 if (outstream == NULL) { in PHP_FUNCTION()
[all …]
H A Dftp.h186 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype…
216 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftpt…
H A Dftp.c890 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t ty… in ftp_get() argument
950 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
954 php_stream_write(outstream, ptr, (s - ptr)); in ftp_get()
957 php_stream_putc(outstream, '\n'); in ftp_get()
963 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
965 } else if (rcvd != php_stream_write(outstream, data->buf, rcvd)) { in ftp_get()
2092 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t… in ftp_nb_get() argument
2135 ftp->stream = outstream; in ftp_nb_get()
/PHP-7.2/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 16 milliseconds