Searched refs:FTPTYPE_ASCII (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/ftp/ |
H A D | php_ftp.c | 311 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() 332 if (mode != FTPTYPE_ASCII && mode != FTPTYPE_IMAGE) { \ 877 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", ENFORCE_SAFE_MOD… in PHP_FUNCTION() 879 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", ENFORCE_SAFE_MODE … in PHP_FUNCTION() 891 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", ENFORCE_SAFE_MODE … in PHP_FUNCTION() 938 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", ENFORCE_SAFE_MOD… in PHP_FUNCTION() 940 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", ENFORCE_SAFE_MODE … in PHP_FUNCTION() 952 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", ENFORCE_SAFE_MODE … in PHP_FUNCTION() 1134 …if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", ENFORCE_SAFE_… in PHP_FUNCTION() [all …]
|
H A D | ftp.h | 42 FTPTYPE_ASCII=1, enumerator
|
H A D | ftp.c | 670 if (type == FTPTYPE_ASCII) { in ftp_type() 835 if (type == FTPTYPE_ASCII) { in ftp_get() 937 if (ch == '\n' && type == FTPTYPE_ASCII) { in ftp_put() 1610 if (!ftp_type(ftp, FTPTYPE_ASCII)) { in ftp_genlist() 1783 if (type == FTPTYPE_ASCII) { in ftp_nb_continue_read() 1801 if (type == FTPTYPE_ASCII && lastch == '\r') { in ftp_nb_continue_read() 1892 if (ch == '\n' && ftp->type == FTPTYPE_ASCII) { in ftp_nb_continue_write()
|
Completed in 12 milliseconds