Home
last modified time | relevance | path

Searched refs:FTPTYPE_ASCII (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/ext/ftp/
H A Dphp_ftp.c311 REGISTER_LONG_CONSTANT("FTP_ASCII", FTPTYPE_ASCII, CONST_PERSISTENT | CONST_CS); in PHP_MINIT_FUNCTION()
312 REGISTER_LONG_CONSTANT("FTP_TEXT", FTPTYPE_ASCII, CONST_PERSISTENT | CONST_CS); in PHP_MINIT_FUNCTION()
333 if (mode != FTPTYPE_ASCII && mode != FTPTYPE_IMAGE) { \
880 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, N… in PHP_FUNCTION()
882 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
894 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
941 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, N… in PHP_FUNCTION()
943 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
955 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
1140 …if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS… in PHP_FUNCTION()
[all …]
H A Dftp.h43 FTPTYPE_ASCII=1, enumerator
H A Dftp.c683 if (type == FTPTYPE_ASCII) { in ftp_type()
844 if (type == FTPTYPE_ASCII) { in ftp_get()
942 if (ch == '\n' && type == FTPTYPE_ASCII) { in ftp_put()
1635 if (!ftp_type(ftp, FTPTYPE_ASCII)) { in ftp_genlist()
1799 if (type == FTPTYPE_ASCII) { in ftp_nb_continue_read()
1817 if (type == FTPTYPE_ASCII && lastch == '\r') { in ftp_nb_continue_read()
1904 if (ch == '\n' && ftp->type == FTPTYPE_ASCII) { in ftp_nb_continue_write()

Completed in 12 milliseconds