FTPTYPE_ASCII     680 ext/ftp/ftp.c  	if (type == FTPTYPE_ASCII) {
FTPTYPE_ASCII     839 ext/ftp/ftp.c  		if (type == FTPTYPE_ASCII) {
FTPTYPE_ASCII     937 ext/ftp/ftp.c  		if (ch == '\n' && type == FTPTYPE_ASCII) {
FTPTYPE_ASCII    1625 ext/ftp/ftp.c  	if (!ftp_type(ftp, FTPTYPE_ASCII)) {
FTPTYPE_ASCII    1789 ext/ftp/ftp.c  		if (type == FTPTYPE_ASCII) {
FTPTYPE_ASCII    1807 ext/ftp/ftp.c  	if (type == FTPTYPE_ASCII && lastch == '\r') {
FTPTYPE_ASCII    1894 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     332 ext/ftp/php_ftp.c 								if (mode != FTPTYPE_ASCII && mode != FTPTYPE_IMAGE) { \
FTPTYPE_ASCII     877 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL);
FTPTYPE_ASCII     879 ext/ftp/php_ftp.c 			outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
FTPTYPE_ASCII     891 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
FTPTYPE_ASCII     938 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL);
FTPTYPE_ASCII     940 ext/ftp/php_ftp.c 			outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
FTPTYPE_ASCII     952 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
FTPTYPE_ASCII    1137 ext/ftp/php_ftp.c 	if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) {
FTPTYPE_ASCII    1190 ext/ftp/php_ftp.c 	if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) {