Home
last modified time | relevance | path

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

/PHP-8.2/ext/ftp/
H A Dphp_ftp.c140 if (mode != FTPTYPE_ASCII && mode != FTPTYPE_IMAGE) { \
716 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, N… in PHP_FUNCTION()
718 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
730 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
778 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, N… in PHP_FUNCTION()
780 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
792 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
976 …if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS… in PHP_FUNCTION()
1028 …if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS… in PHP_FUNCTION()
1062 …if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS… in PHP_FUNCTION()
H A Dftp.h39 FTPTYPE_ASCII=1, enumerator
H A Dftp_arginfo.h285 REGISTER_LONG_CONSTANT("FTP_ASCII", FTPTYPE_ASCII, CONST_PERSISTENT); in register_ftp_symbols()
286 REGISTER_LONG_CONSTANT("FTP_TEXT", FTPTYPE_ASCII, CONST_PERSISTENT); in register_ftp_symbols()
H A Dftp.c776 if (type == FTPTYPE_ASCII) { in ftp_type()
939 if (type == FTPTYPE_ASCII) { in ftp_get()
1040 if (ch == '\n' && type == FTPTYPE_ASCII) { in ftp_put()
1107 if (ch == '\n' && type == FTPTYPE_ASCII) { in ftp_append()
1996 if (!ftp_type(ftp, FTPTYPE_ASCII)) { in ftp_genlist()
2171 if (type == FTPTYPE_ASCII) { in ftp_nb_continue_read()
2189 if (type == FTPTYPE_ASCII && lastch == '\r') { in ftp_nb_continue_read()
2278 if (ch == '\n' && ftp->type == FTPTYPE_ASCII) { in ftp_nb_continue_write()

Completed in 23 milliseconds