FTPTYPE_ASCII     680 ext/ftp/ftp.c  	if (type == FTPTYPE_ASCII) {
FTPTYPE_ASCII     841 ext/ftp/ftp.c  		if (type == FTPTYPE_ASCII) {
FTPTYPE_ASCII     939 ext/ftp/ftp.c  		if (ch == '\n' && type == FTPTYPE_ASCII) {
FTPTYPE_ASCII    1627 ext/ftp/ftp.c  	if (!ftp_type(ftp, FTPTYPE_ASCII)) {
FTPTYPE_ASCII    1791 ext/ftp/ftp.c  		if (type == FTPTYPE_ASCII) {
FTPTYPE_ASCII    1809 ext/ftp/ftp.c  	if (type == FTPTYPE_ASCII && lastch == '\r') {
FTPTYPE_ASCII    1896 ext/ftp/ftp.c  		if (ch == '\n' && ftp->type == FTPTYPE_ASCII) {
FTPTYPE_ASCII     311 ext/ftp/php_ftp.c 	REGISTER_LONG_CONSTANT("FTP_ASCII",  FTPTYPE_ASCII, CONST_PERSISTENT | CONST_CS);
FTPTYPE_ASCII     312 ext/ftp/php_ftp.c 	REGISTER_LONG_CONSTANT("FTP_TEXT",   FTPTYPE_ASCII, CONST_PERSISTENT | CONST_CS);
FTPTYPE_ASCII     333 ext/ftp/php_ftp.c 								if (mode != FTPTYPE_ASCII && mode != FTPTYPE_IMAGE) { \
FTPTYPE_ASCII     880 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL);
FTPTYPE_ASCII     882 ext/ftp/php_ftp.c 			outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
FTPTYPE_ASCII     894 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
FTPTYPE_ASCII     941 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL);
FTPTYPE_ASCII     943 ext/ftp/php_ftp.c 			outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
FTPTYPE_ASCII     955 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
FTPTYPE_ASCII    1140 ext/ftp/php_ftp.c 	if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) {
FTPTYPE_ASCII    1193 ext/ftp/php_ftp.c 	if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) {