Searched defs:xfer_type (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c841 static int ftp_set_TYPE(char xfer_type, request_rec *r, conn_rec *ftp_ctrl, argument
849 old_type[0] = xfer_type;
993 char xfer_type = 'A'; /* after ftp login, the default is ASCII */ local
1062 xfer_type = apr_toupper(type_suffix[5]);
1065 if (strchr("AEI", xfer_type) == NULL)
1072 xfer_type = 'I';
1729 ftp_set_TYPE(xfer_type, r, origin, bb, &ftpmessage);
1807 ftp_set_TYPE(xfer_type, r, origin, bb, &ftpmessage);
1964 if (xfer_type != 'A' && size != NULL) {

Completed in 2075 milliseconds