Searched refs:outstream (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/ftp/ |
H A D | php_ftp.c | 855 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 D | ftp.h | 172 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumepos … 197 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumep…
|
H A D | ftp.c | 784 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumepos TSRML… in ftp_get() argument 846 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get() 850 php_stream_write(outstream, ptr, (s - ptr)); in ftp_get() 853 php_stream_putc(outstream, '\n'); in ftp_get() 859 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get() 861 } else if (rcvd != php_stream_write(outstream, data->buf, rcvd)) { in ftp_get() 1699 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumepos TS… in ftp_nb_get() argument 1745 ftp->stream = outstream; in ftp_nb_get()
|
/PHP-5.3/ext/recode/ |
H A D | recode.c | 192 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 28 milliseconds